Symbol: r14
sys/arch/amd64/amd64/db_machdep.c
74
{ "r14", dbreg(r14), db_x86_regop, NULL },
sys/arch/amd64/include/frame_regs.h
46
greg(r14, R14, 10) /* tf_r14 */ \
sys/arch/amd64/include/frameasm.h
168
movq %r14,TF_R14(%rsp) ; \
sys/arch/amd64/include/frameasm.h
185
movq TF_R14(%rsp),%r14 ; \
sys/arch/amd64/include/frameasm.h
381
testl $MDL_FPU_IN_CPU,L_MD_FLAGS(%r14) ; \
sys/arch/amd64/include/frameasm.h
384
orl $MDL_FPU_IN_CPU,L_MD_FLAGS(%r14) ; \
sys/arch/amd64/include/i82093reg.h
50
movq IS_PIC(%r14),%rdi ;\
sys/arch/amd64/include/i82093reg.h
52
movl IS_PIN(%r14),%esi ;\
sys/arch/amd64/include/i82093reg.h
62
movq IS_PIC(%r14),%rdi ;\
sys/arch/amd64/include/i82093reg.h
68
movq IS_PIC(%r14),%rdi ;\
sys/arch/amd64/include/i82093reg.h
70
movl IS_PIN(%r14),%esi ;\
sys/arch/amd64/include/i82093reg.h
80
movq IS_PIC(%r14),%rdi ;\
sys/arch/arm/include/arm32/frame.h
319
stmia r0, {r13-r14}^ /* Push the user mode registers */
sys/arch/arm/include/arm32/frame.h
322
stmia sp, {r0-r14}^ /* Push the user mode registers */
sys/arch/arm/include/arm32/frame.h
391
ldmia sp, {r0-r14}^; /* Restore registers (usr mode) */ \
sys/arch/arm/include/arm32/frame.h
478
ldmia sp, {r0-r14}^; /* Restore registers (usr mode) */ \
sys/arch/sh3/include/locore.h
100
mov.l r10, @-r14 /* tf_r10 */ ;\
sys/arch/sh3/include/locore.h
101
mov.l r11, @-r14 /* tf_r11 */ ;\
sys/arch/sh3/include/locore.h
102
mov.l r12, @-r14 /* tf_r12 */ ;\
sys/arch/sh3/include/locore.h
103
mov.l r13, @-r14 /* tf_r13 */ ;\
sys/arch/sh3/include/locore.h
104
sts.l pr, @-r14 /* tf_pr */ ;\
sys/arch/sh3/include/locore.h
105
sts.l mach, @-r14 /* tf_mach*/ ;\
sys/arch/sh3/include/locore.h
106
sts.l macl, @-r14 /* tf_macl*/ ;\
sys/arch/sh3/include/locore.h
107
stc.l gbr, @-r14 /* tf_gbr */ ;\
sys/arch/sh3/include/locore.h
108
mov.l r2, @-r14 /* tf_ssr */ ;\
sys/arch/sh3/include/locore.h
109
stc.l spc, @-r14 /* tf_spc */ ;\
sys/arch/sh3/include/locore.h
110
add #-8, r14 /* skip tf_ubc, tf_expevt */ ;\
sys/arch/sh3/include/locore.h
111
mov r14, r6 /* store frame pointer */ ;\
sys/arch/sh3/include/locore.h
134
mov r0, r14 ;\
sys/arch/sh3/include/locore.h
137
add #8, r14 /* skip tf_expevt, tf_ubc */ ;\
sys/arch/sh3/include/locore.h
138
ldc.l @r14+, spc /* tf_spc */ ;\
sys/arch/sh3/include/locore.h
139
ldc.l @r14+, ssr /* tf_ssr */ ;\
sys/arch/sh3/include/locore.h
140
ldc.l @r14+, gbr /* tf_gbr */ ;\
sys/arch/sh3/include/locore.h
141
lds.l @r14+, macl /* tf_macl*/ ;\
sys/arch/sh3/include/locore.h
142
lds.l @r14+, mach /* tf_mach*/ ;\
sys/arch/sh3/include/locore.h
143
lds.l @r14+, pr /* tf_pr */ ;\
sys/arch/sh3/include/locore.h
144
mov.l @r14+, r13 /* tf_r13 */ ;\
sys/arch/sh3/include/locore.h
145
mov.l @r14+, r12 /* tf_r12 */ ;\
sys/arch/sh3/include/locore.h
146
mov.l @r14+, r11 /* tf_r11 */ ;\
sys/arch/sh3/include/locore.h
147
mov.l @r14+, r10 /* tf_r10 */ ;\
sys/arch/sh3/include/locore.h
148
mov.l @r14+, r9 /* tf_r9 */ ;\
sys/arch/sh3/include/locore.h
149
mov.l @r14+, r8 /* tf_r8 */ ;\
sys/arch/sh3/include/locore.h
150
mov.l @r14+, r7 /* tf_r7 */ ;\
sys/arch/sh3/include/locore.h
151
mov.l @r14+, r6 /* tf_r6 */ ;\
sys/arch/sh3/include/locore.h
152
mov.l @r14+, r5 /* tf_r5 */ ;\
sys/arch/sh3/include/locore.h
153
mov.l @r14+, r4 /* tf_r4 */ ;\
sys/arch/sh3/include/locore.h
154
mov.l @r14+, r3 /* tf_r3 */ ;\
sys/arch/sh3/include/locore.h
155
mov.l @r14+, r2 /* tf_r2 */ ;\
sys/arch/sh3/include/locore.h
156
mov.l @r14+, r1 /* tf_r1 */ ;\
sys/arch/sh3/include/locore.h
157
mov.l @r14+, r0 /* tf_r0 */ ;\
sys/arch/sh3/include/locore.h
158
mov.l @r14+ r15 /* tf_r15 */ ;\
sys/arch/sh3/include/locore.h
159
mov.l @r14+, r14 /* tf_r14 */ ;\
sys/arch/sh3/include/locore.h
78
mov r14, r1 ;\
sys/arch/sh3/include/locore.h
80
mov r6, r14 /* trapframe pointer */ ;\
sys/arch/sh3/include/locore.h
82
mov.l r1, @-r14 /* save tf_r14 */ ;\
sys/arch/sh3/include/locore.h
89
mov.l r0, @-r14 /* tf_r15 */ ;\
sys/arch/sh3/include/locore.h
90
stc.l r0_bank,@-r14 /* tf_r0 */ ;\
sys/arch/sh3/include/locore.h
91
stc.l r1_bank,@-r14 /* tf_r1 */ ;\
sys/arch/sh3/include/locore.h
92
stc.l r2_bank,@-r14 /* tf_r2 */ ;\
sys/arch/sh3/include/locore.h
93
stc.l r3_bank,@-r14 /* tf_r3 */ ;\
sys/arch/sh3/include/locore.h
94
stc.l r4_bank,@-r14 /* tf_r4 */ ;\
sys/arch/sh3/include/locore.h
95
stc.l r5_bank,@-r14 /* tf_r5 */ ;\
sys/arch/sh3/include/locore.h
96
stc.l r6_bank,@-r14 /* tf_r6 */ ;\
sys/arch/sh3/include/locore.h
97
stc.l r7_bank,@-r14 /* tf_r7 */ ;\
sys/arch/sh3/include/locore.h
98
mov.l r8, @-r14 /* tf_r8 */ ;\
sys/arch/sh3/include/locore.h
99
mov.l r9, @-r14 /* tf_r9 */ ;\
sys/arch/sh3/sh3/db_interface.c
602
SF(r14);
sys/arch/sh3/sh3/db_interface.c
653
TF(r14);
sys/arch/x68k/x68k/iodevice.h
38
unsigned short r08, r09, r10, r11, r12, r13, r14, r15;
sys/compat/linux/arch/amd64/linux_machdep.c
197
sigframe.uc.luc_mcontext.r14 = tf->tf_r14;
sys/compat/linux/arch/amd64/linux_machdep.c
361
mctx->__gregs[_REG_R14] = lsigctx->r14;
sys/compat/linux/arch/amd64/linux_machdep.h
68
u_int64_t r14;
tests/kernel/arch/hppa/execregs.c
183
register long r14 __asm("r14") = nonnull(14);
tests/kernel/arch/hppa/execregs.c
243
"+r"(r14),
tests/kernel/arch/hppa/execregs.c
291
register long r14 __asm("r14") = nonnull(14);
tests/kernel/arch/hppa/execregs.c
365
"+r"(r14),
tests/kernel/arch/x86_64/execregs.c
107
register long r14 __asm("r14") = nonnull(14);
tests/kernel/arch/x86_64/execregs.c
140
"+r"(r14),
tests/kernel/arch/x86_64/execregs.c
64
register long r14 __asm("r14") = nonnull(14);
tests/kernel/arch/x86_64/execregs.c
86
"+r"(r14),