repo.or.cz
/
pv_ops_mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ia64/kvm: compilation fix. export account_system_vtime.
[pv_ops_mirror.git]
/
arch
/
arm
/
kernel
/
stacktrace.h
blob
e9fd20cb5662b24877a944793994dced914a3c7c
1
struct
stackframe
{
2
unsigned long
fp
;
3
unsigned long
sp
;
4
unsigned long
lr
;
5
unsigned long
pc
;
6
};
7
8
int
walk_stackframe
(
unsigned long
fp
,
unsigned long
low
,
unsigned long
high
,
9
int
(*
fn
)(
struct
stackframe
*,
void
*),
void
*
data
);