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_lr
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/arm/include/
frame.h
70
register_t
tf_usr_lr
;
member in struct:trapframe
79
#define tf_r14
tf_usr_lr
/src/sys/arch/arm/arm/
process_machdep.c
159
regs->r_lr = tf->
tf_usr_lr
;
197
tf->
tf_usr_lr
= regs->r_lr;
compat_16_machdep.c
118
frame.sf_sc.sc_usr_lr = tf->
tf_usr_lr
;
178
tf->
tf_usr_lr
= (int)p->p_sigctx.ps_sigcode;
183
tf->
tf_usr_lr
= (int)ps->sa_sigdesc[sig].sd_tramp;
254
tf->
tf_usr_lr
= context.sc_usr_lr;
compat_13_machdep.c
97
tf->
tf_usr_lr
= context.sc_usr_lr;
sig_machdep.c
152
tf->
tf_usr_lr
= (int)ps->sa_sigdesc[sig].sd_tramp;
181
gr[_REG_LR] = tf->
tf_usr_lr
;
249
tf->
tf_usr_lr
= gr[_REG_LR];
arm_machdep.c
176
tf->
tf_usr_lr
= pack->ep_entry;
cpufunc.c
2062
saved_lr = frame->
tf_usr_lr
;
2063
frame->
tf_usr_lr
= frame->tf_svc_lr;
2153
frame->tf_svc_lr = frame->
tf_usr_lr
;
2154
frame->
tf_usr_lr
= saved_lr;
2202
saved_lr = frame->
tf_usr_lr
;
2203
frame->
tf_usr_lr
= frame->tf_svc_lr;
2329
frame->tf_svc_lr = frame->
tf_usr_lr
;
2330
frame->
tf_usr_lr
= saved_lr;
/src/sys/compat/linux/arch/arm/
linux_machdep.c
127
frame.sf_sc.sc_lr = tf->
tf_usr_lr
;
237
tf->
tf_usr_lr
= frame.sf_sc.sc_lr;
/src/sys/arch/arm/arm32/
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
);
711
tf->tf_pc = tf->
tf_usr_lr
;
714
if (tf->
tf_usr_lr
& 1)
db_machdep.c
101
{ "usr_lr", XO(
tf_usr_lr
), ddb_reg_var, NULL },
169
frame->tf_r12, frame->tf_usr_sp, frame->
tf_usr_lr
, frame->tf_pc);
Completed in 132 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025