Symbol: tf_r15
sys/arch/amd64/amd64/machdep.c
2171
mcp->__gregs[_REG_R15] = tf->tf_r15;
sys/arch/amd64/amd64/machdep.c
2298
tf->tf_r15 = gr[_REG_R15];
sys/arch/amd64/amd64/machdep.c
717
tf->tf_rdx = tf->tf_r15 = (uint64_t)&fp->sf_uc;
sys/arch/amd64/amd64/process_machdep.c
130
regs[_REG_R15] = tf->tf_r15;
sys/arch/amd64/amd64/process_machdep.c
209
tf->tf_r15 = regs[_REG_R15];
sys/arch/amd64/amd64/trap.c
698
tf->tf_r13, tf->tf_r14, tf->tf_r15);
sys/arch/arm/include/db_machdep.h
64
#define PC_ADVANCE(r) ((r)->tf_r15 += BKPT_SIZE)
sys/arch/hppa/hppa/db_machdep.c
168
tf->tf_r12, tf->tf_r13, tf->tf_r14, tf->tf_r15);
sys/arch/hppa/hppa/db_machdep.c
67
{ "r15", (long *)&ddb_regs.tf_r15, FCN_NULL, NULL },
sys/arch/hppa/hppa/fpu.c
117
_FRAME_POSITION(tf_r15),
sys/arch/hppa/hppa/hppa_machdep.c
200
tf->tf_r15 = gr[15];
sys/arch/hppa/hppa/hppa_machdep.c
80
gr[15] = tf->tf_r15;
sys/arch/hppa/hppa/kgdb_hppa.c
167
KGDB_MOVEREG(15, tf_r15); \
sys/arch/hppa/hppa/process_machdep.c
140
tf->tf_r15 = regs->r_regs[15];
sys/arch/hppa/hppa/process_machdep.c
68
regs->r_regs[15] = tf->tf_r15;
sys/arch/hppa/hppa/trap.c
529
offsetof(struct trapframe, tf_r15 ) / sizeof(register_t),
sys/arch/hppa/include/frame.h
109
u_int tf_r15;
sys/arch/sh3/include/frame.h
108
int tf_r15;
sys/arch/sh3/sh3/compat_16_machdep.c
112
frame.sf_sc.sc_r15 = tf->tf_r15;
sys/arch/sh3/sh3/compat_16_machdep.c
175
tf->tf_r15 = (int)fp;
sys/arch/sh3/sh3/compat_16_machdep.c
236
tf->tf_r15 = context.sc_r15;
sys/arch/sh3/sh3/db_trace.c
132
sp = tf->tf_r15;
sys/arch/sh3/sh3/db_trace.c
199
sp = tf->tf_r15;
sys/arch/sh3/sh3/db_trace.c
72
{ "r15", (long *)&ddb_regs.tf_r15, FCN_NULL },
sys/arch/sh3/sh3/db_trace.c
95
tf->tf_r12, tf->tf_r13, tf->tf_r14, tf->tf_r15);
sys/arch/sh3/sh3/kgdb_machdep.c
205
gdb_regs[15] = regs->tf_r15;
sys/arch/sh3/sh3/kgdb_machdep.c
239
regs->tf_r15 = gdb_regs[15];
sys/arch/sh3/sh3/process_machdep.c
138
regs->r_r15 = tf->tf_r15;
sys/arch/sh3/sh3/process_machdep.c
179
tf->tf_r15 = regs->r_r15;
sys/arch/sh3/sh3/process_machdep.c
287
regs->r_r15 = tf->tf_r15;
sys/arch/sh3/sh3/process_machdep.c
329
tf->tf_r15 = regs->r_r15;
sys/arch/sh3/sh3/sh3_machdep.c
345
return ((void *)l->l_md.md_regs->tf_r15);
sys/arch/sh3/sh3/sh3_machdep.c
389
tf->tf_r15 = (int)fp;
sys/arch/sh3/sh3/sh3_machdep.c
426
gr[_REG_R15] = tf->tf_r15;
sys/arch/sh3/sh3/sh3_machdep.c
487
tf->tf_r15 = gr[_REG_R15];
sys/arch/sh3/sh3/sh3_machdep.c
547
tf->tf_r15 = stack;
sys/arch/sh3/sh3/syscall.c
124
params = (void *)tf->tf_r15;
sys/arch/sh3/sh3/vm_machdep.c
154
l2->l_md.md_regs->tf_r15 = (u_int)stack + stacksize;
sys/arch/x86/x86/kgdb_machdep.c
181
gdb_regs[15] = regs->tf_r15;
sys/arch/x86/x86/kgdb_machdep.c
235
regs->tf_r15 = gdb_regs[15];
sys/compat/linux/arch/amd64/linux_machdep.c
118
tf->tf_r15 = 0;
sys/compat/linux/arch/amd64/linux_machdep.c
198
sigframe.uc.luc_mcontext.r15 = tf->tf_r15;
sys/compat/linux32/arch/amd64/linux32_machdep.c
318
tf->tf_r15 = 0;