Symbol: r11
lib/libc/arch/or1k/SYS.h
42
l.lwz r11, 0(r1) ;\
lib/libm/ld128/e_lgammal_r.c
157
r11 = 1.79027678176582527798327441636552968e-10L;
lib/libm/ld128/e_lgammal_r.c
303
y*(r9+y*(r10+y*r11))))))))));
sys/arch/amd64/amd64/db_machdep.c
71
{ "r11", dbreg(r11), db_x86_regop, NULL },
sys/arch/amd64/include/frame_regs.h
43
greg(r11, R11, 7) /* tf_r11 */ \
sys/arch/amd64/include/frameasm.h
165
movq %r11,TF_R11(%rsp) ; \
sys/arch/amd64/include/frameasm.h
182
movq TF_R11(%rsp),%r11 ; \
sys/arch/amd64/include/frameasm.h
281
pushq %r11 ; \
sys/arch/amd64/include/frameasm.h
284
popq %r11 ; \
sys/arch/amd64/include/frameasm.h
302
pushq %r11 ; \
sys/arch/amd64/include/frameasm.h
305
popq %r11 ; \
sys/arch/amd64/include/frameasm.h
353
pushq %r11 ; \
sys/arch/arm/include/arm32/frame.h
352
push {r4-r11}; /* Push the callee saved registers */ \
sys/arch/arm/include/arm32/frame.h
378
stmia r0, {r8-r11}; /* save rest of registers */ \
sys/arch/arm/include/arm32/frame.h
407
pop {r4-r11}; /* pop the callee saved registers */ \
sys/arch/sh3/include/locore.h
101
mov.l r11, @-r14 /* tf_r11 */ ;\
sys/arch/sh3/include/locore.h
146
mov.l @r14+, r11 /* tf_r11 */ ;\
sys/arch/sh3/sh3/db_interface.c
599
SF(r11);
sys/arch/sh3/sh3/db_interface.c
650
TF(r11);
sys/arch/vax/include/reg.h
45
int r11;
sys/arch/x68k/dev/ite_tv.c
667
CRTC.r11 = tv_top * FONTHEIGHT;
sys/arch/x68k/dev/ite_tv.c
700
CRTC.r11 = tv_top * FONTHEIGHT;
sys/arch/x68k/dev/ite_tv.c
719
CRTC.r11 = tv_top * FONTHEIGHT;
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
194
sigframe.uc.luc_mcontext.r11 = tf->tf_r11;
sys/compat/linux/arch/amd64/linux_machdep.c
358
mctx->__gregs[_REG_R11] = lsigctx->r11;
sys/compat/linux/arch/amd64/linux_machdep.h
65
u_int64_t r11;
tests/kernel/arch/hppa/execregs.c
180
register long r11 __asm("r11") = nonnull(11);
tests/kernel/arch/hppa/execregs.c
237
"+r"(r11),
tests/kernel/arch/hppa/execregs.c
288
register long r11 __asm("r11") = nonnull(11);
tests/kernel/arch/hppa/execregs.c
359
"+r"(r11),
tests/kernel/arch/vax/execregs.c
114
register long r11 __asm("r11") = nonnull(11);
tests/kernel/arch/vax/execregs.c
152
"+r"(r11)
tests/kernel/arch/vax/execregs.c
67
register long r11 __asm("r11") = nonnull(11);
tests/kernel/arch/vax/execregs.c
91
"+r"(r11)
tests/kernel/arch/x86_64/execregs.c
104
register long r11 __asm("r11") = nonnull(11);
tests/kernel/arch/x86_64/execregs.c
137
"+r"(r11),
tests/kernel/arch/x86_64/execregs.c
61
register long r11 __asm("r11") = nonnull(11);
tests/kernel/arch/x86_64/execregs.c
83
"+r"(r11),