Symbol: tf_r13
sys/arch/amd64/amd64/machdep.c
2169
mcp->__gregs[_REG_R13] = tf->tf_r13;
sys/arch/amd64/amd64/machdep.c
2296
tf->tf_r13 = gr[_REG_R13];
sys/arch/amd64/amd64/process_machdep.c
128
regs[_REG_R13] = tf->tf_r13;
sys/arch/amd64/amd64/process_machdep.c
207
tf->tf_r13 = regs[_REG_R13];
sys/arch/amd64/amd64/trap.c
698
tf->tf_r13, tf->tf_r14, tf->tf_r15);
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
65
{ "r13", (long *)&ddb_regs.tf_r13, FCN_NULL, NULL },
sys/arch/hppa/hppa/fpu.c
115
_FRAME_POSITION(tf_r13),
sys/arch/hppa/hppa/hppa_machdep.c
198
tf->tf_r13 = gr[13];
sys/arch/hppa/hppa/hppa_machdep.c
78
gr[13] = tf->tf_r13;
sys/arch/hppa/hppa/kgdb_hppa.c
165
KGDB_MOVEREG(13, tf_r13); \
sys/arch/hppa/hppa/process_machdep.c
138
tf->tf_r13 = regs->r_regs[13];
sys/arch/hppa/hppa/process_machdep.c
66
regs->r_regs[13] = tf->tf_r13;
sys/arch/hppa/hppa/trap.c
527
offsetof(struct trapframe, tf_r13 ) / sizeof(register_t),
sys/arch/hppa/include/frame.h
107
u_int tf_r13;
sys/arch/sh3/include/frame.h
94
int tf_r13;
sys/arch/sh3/sh3/compat_16_machdep.c
114
frame.sf_sc.sc_r13 = tf->tf_r13;
sys/arch/sh3/sh3/compat_16_machdep.c
233
tf->tf_r13 = context.sc_r13;
sys/arch/sh3/sh3/db_trace.c
70
{ "r13", (long *)&ddb_regs.tf_r13, 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
203
gdb_regs[13] = regs->tf_r13;
sys/arch/sh3/sh3/kgdb_machdep.c
237
regs->tf_r13 = gdb_regs[13];
sys/arch/sh3/sh3/process_machdep.c
124
regs->r_r13 = tf->tf_r13;
sys/arch/sh3/sh3/process_machdep.c
165
tf->tf_r13 = regs->r_r13;
sys/arch/sh3/sh3/process_machdep.c
273
regs->r_r13 = tf->tf_r13;
sys/arch/sh3/sh3/process_machdep.c
315
tf->tf_r13 = regs->r_r13;
sys/arch/sh3/sh3/sh3_machdep.c
412
gr[_REG_R13] = tf->tf_r13;
sys/arch/sh3/sh3/sh3_machdep.c
473
tf->tf_r13 = gr[_REG_R13];
sys/arch/sh3/sh3/sh3_machdep.c
545
tf->tf_r13 = 0;
sys/arch/x86/x86/kgdb_machdep.c
179
gdb_regs[13] = regs->tf_r13;
sys/arch/x86/x86/kgdb_machdep.c
233
regs->tf_r13 = gdb_regs[13];
sys/compat/linux/arch/amd64/linux_machdep.c
116
tf->tf_r13 = 0;
sys/compat/linux/arch/amd64/linux_machdep.c
196
sigframe.uc.luc_mcontext.r13 = tf->tf_r13;
sys/compat/linux32/arch/amd64/linux32_machdep.c
316
tf->tf_r13 = 0;