Symbol: tf_r15
sys/arch/amd64/amd64/db_trace.c
63
{ "r15", (long *)&ddb_regs.tf_r15, FCN_NULL },
sys/arch/amd64/amd64/machdep.c
682
ksc.sc_r15 = tf->tf_r15;
sys/arch/amd64/amd64/machdep.c
822
tf->tf_r15 = ksc.sc_r15;
sys/arch/amd64/amd64/process_machdep.c
100
regs->r_r15 = tf->tf_r15;
sys/arch/amd64/amd64/process_machdep.c
150
tf->tf_r15 = regs->r_r15;
sys/arch/amd64/amd64/trap.c
696
(void *)tf->tf_r13, (void *)tf->tf_r14, (void *)tf->tf_r15);
sys/arch/amd64/include/frame.h
96
int64_t tf_r15;
sys/arch/hppa/hppa/db_interface.c
73
{ "r15", (long *)&ddb_regs.tf_r15, FCN_NULL },
sys/arch/hppa/hppa/machdep.c
1246
ksc.sc_regs[19] = tf->tf_r15;
sys/arch/hppa/hppa/machdep.c
1344
tf->tf_r15 = ksc.sc_regs[19];
sys/arch/hppa/hppa/process_machdep.c
130
tf->tf_r15 = regs->r_regs[15];
sys/arch/hppa/hppa/process_machdep.c
59
regs->r_regs[15] = tf->tf_r15;
sys/arch/hppa/hppa/trap.c
118
offsetof(struct trapframe, tf_r15) / 4,
sys/arch/hppa/include/frame.h
105
unsigned long tf_r15;
sys/arch/sh/include/cpu.h
115
#define PROC_STACK(p) ((p)->p_md.md_regs->tf_r15)
sys/arch/sh/include/frame.h
109
int tf_r15;
sys/arch/sh/sh/db_trace.c
69
{ "r15", (long *)&ddb_regs.tf_r15, FCN_NULL },
sys/arch/sh/sh/process_machdep.c
167
regs->r_r15 = tf->tf_r15;
sys/arch/sh/sh/process_machdep.c
226
tf->tf_r15 = regs->r_r15;
sys/arch/sh/sh/sh_machdep.c
459
!sigonstack(p->p_md.md_regs->tf_r15) &&
sys/arch/sh/sh/sh_machdep.c
464
fp = (void *)p->p_md.md_regs->tf_r15;
sys/arch/sh/sh/sh_machdep.c
495
tf->tf_r15 = (int)fp;
sys/arch/sh/sh/sh_machdep.c
594
tf->tf_r15 = stack;
sys/arch/sh/sh/trap.c
526
params = (caddr_t)tf->tf_r15;
sys/arch/sh/sh/vm_machdep.c
213
tf->tf_r15 = (int)stack;