Symbol: tf_r14
sys/arch/amd64/amd64/machdep.c
2170
mcp->__gregs[_REG_R14] = tf->tf_r14;
sys/arch/amd64/amd64/machdep.c
2297
tf->tf_r14 = gr[_REG_R14];
sys/arch/amd64/amd64/process_machdep.c
129
regs[_REG_R14] = tf->tf_r14;
sys/arch/amd64/amd64/process_machdep.c
208
tf->tf_r14 = regs[_REG_R14];
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
66
{ "r14", (long *)&ddb_regs.tf_r14, FCN_NULL, NULL },
sys/arch/hppa/hppa/fpu.c
116
_FRAME_POSITION(tf_r14),
sys/arch/hppa/hppa/hppa_machdep.c
199
tf->tf_r14 = gr[14];
sys/arch/hppa/hppa/hppa_machdep.c
79
gr[14] = tf->tf_r14;
sys/arch/hppa/hppa/kgdb_hppa.c
166
KGDB_MOVEREG(14, tf_r14); \
sys/arch/hppa/hppa/process_machdep.c
139
tf->tf_r14 = regs->r_regs[14];
sys/arch/hppa/hppa/process_machdep.c
67
regs->r_regs[14] = tf->tf_r14;
sys/arch/hppa/hppa/trap.c
528
offsetof(struct trapframe, tf_r14 ) / sizeof(register_t),
sys/arch/hppa/include/frame.h
108
u_int tf_r14;
sys/arch/sh3/include/frame.h
109
int tf_r14;
sys/arch/sh3/sh3/compat_16_machdep.c
113
frame.sf_sc.sc_r14 = tf->tf_r14;
sys/arch/sh3/sh3/compat_16_machdep.c
234
tf->tf_r14 = context.sc_r14;
sys/arch/sh3/sh3/db_trace.c
131
fp = tf->tf_r14;
sys/arch/sh3/sh3/db_trace.c
198
fp = tf->tf_r14;
sys/arch/sh3/sh3/db_trace.c
71
{ "r14", (long *)&ddb_regs.tf_r14, 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
204
gdb_regs[14] = regs->tf_r14;
sys/arch/sh3/sh3/kgdb_machdep.c
238
regs->tf_r14 = gdb_regs[14];
sys/arch/sh3/sh3/process_machdep.c
123
regs->r_r14 = tf->tf_r14;
sys/arch/sh3/sh3/process_machdep.c
164
tf->tf_r14 = regs->r_r14;
sys/arch/sh3/sh3/process_machdep.c
272
regs->r_r14 = tf->tf_r14;
sys/arch/sh3/sh3/process_machdep.c
314
tf->tf_r14 = regs->r_r14;
sys/arch/sh3/sh3/sh3_machdep.c
411
gr[_REG_R14] = tf->tf_r14;
sys/arch/sh3/sh3/sh3_machdep.c
472
tf->tf_r14 = gr[_REG_R14];
sys/arch/sh3/sh3/sh3_machdep.c
546
tf->tf_r14 = 0;
sys/arch/x86/x86/kgdb_machdep.c
180
gdb_regs[14] = regs->tf_r14;
sys/arch/x86/x86/kgdb_machdep.c
234
regs->tf_r14 = gdb_regs[14];
sys/compat/linux/arch/amd64/linux_machdep.c
117
tf->tf_r14 = 0;
sys/compat/linux/arch/amd64/linux_machdep.c
197
sigframe.uc.luc_mcontext.r14 = tf->tf_r14;
sys/compat/linux32/arch/amd64/linux32_machdep.c
317
tf->tf_r14 = 0;