OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tf_usr_sp
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/arm/include/
frame.h
69
register_t
tf_usr_sp
;
member in struct:trapframe
78
#define tf_r13
tf_usr_sp
/src/sys/arch/arm/arm/
process_machdep.c
158
regs->r_sp = tf->
tf_usr_sp
;
196
tf->
tf_usr_sp
= regs->r_sp;
sig_machdep.c
74
return (void *)tf->
tf_usr_sp
;
151
tf->
tf_usr_sp
= (int)fp;
180
gr[_REG_SP] = tf->
tf_usr_sp
;
248
tf->
tf_usr_sp
= gr[_REG_SP];
compat_13_machdep.c
96
tf->
tf_usr_sp
= context.sc_usr_sp;
compat_16_machdep.c
117
frame.sf_sc.sc_usr_sp = tf->
tf_usr_sp
;
174
tf->
tf_usr_sp
= (int)fp;
253
tf->
tf_usr_sp
= context.sc_usr_sp;
arm_machdep.c
175
tf->
tf_usr_sp
= stack;
syscall.c
241
error = copyin((void *)tf->
tf_usr_sp
, args + 4 - off,
/src/sys/compat/linux/arch/arm/
linux_machdep.c
105
fp = (struct linux_sigframe *)tf->
tf_usr_sp
;
126
frame.sf_sc.sc_sp = tf->
tf_usr_sp
;
169
tf->
tf_usr_sp
= (register_t)fp;
211
sfp = (struct linux_sigframe *)tf->
tf_usr_sp
;
236
tf->
tf_usr_sp
= frame.sf_sc.sc_sp;
/src/sys/arch/arm/arm32/
vm_machdep.c
158
tf->
tf_usr_sp
= ((vaddr_t)(stack) + stacksize) & -8;
db_machdep.c
100
{ "usr_sp", XO(
tf_usr_sp
), ddb_reg_var, NULL },
169
frame->tf_r12, frame->
tf_usr_sp
, frame->tf_usr_lr, frame->tf_pc);
fault.c
182
tf->tf_r12, tf->
tf_usr_sp
, tf->tf_usr_lr, tf->tf_pc,
599
tf->
tf_usr_sp
, tf->tf_usr_lr);
Completed in 15 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025