arch/alpha/include/uapi/asm/ptrace.h
63
unsigned long r11;
arch/alpha/kernel/process.c
302
dest[11] = sw->r11;
arch/alpha/kernel/ptrace.c
86
PT_REG( r8), SW_REG( r9), SW_REG( r10), SW_REG( r11),
arch/alpha/kernel/signal.c
171
err |= __get_user(sw->r11, sc->sc_regs+11);
arch/alpha/kernel/signal.c
294
err |= __put_user(sw->r11 , sc->sc_regs+11);
arch/arc/include/asm/entry-arcv2.h
101
lr r11, [erbta]
arch/arc/include/asm/entry-arcv2.h
102
ST2 r10, r11, PT_event
arch/arc/include/asm/entry-arcv2.h
130
ST2 r10, r11, PT_r10
arch/arc/include/asm/entry-arcv2.h
135
lr r11, [lp_start]
arch/arc/include/asm/entry-arcv2.h
136
ST2 r10, r11, PT_lpe
arch/arc/include/asm/entry-arcv2.h
218
LD2 r10, r11, PT_lpe
arch/arc/include/asm/entry-arcv2.h
220
sr r11, [lp_start]
arch/arc/include/asm/entry-arcv2.h
230
LD2 r10, r11, PT_r10
arch/arc/include/asm/entry-arcv2.h
265
LD2 r10, r11, PT_ret
arch/arc/include/asm/entry-arcv2.h
267
sr r11, [erstatus]
arch/arc/include/asm/entry-arcv2.h
56
; 4a. Auto save: (optional) r0-r11, blink, LPE,LPS,LPC, JLI,LDI,EI
arch/arc/include/asm/entry-arcv2.h
97
lr r11, [erstatus]
arch/arc/include/asm/entry-arcv2.h
98
ST2 r10, r11, PT_ret
arch/arc/include/asm/entry-compact.h
69
push r11
arch/arc/include/asm/entry-compact.h
75
pop r11
arch/arc/include/asm/ptrace.h
42
unsigned long r12, r11, r10, r9, r8, r7, r6, r5, r4, r3, r2, r1, r0;
arch/arc/include/asm/ptrace.h
88
unsigned long r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11;
arch/arc/include/asm/unwind.h
25
unsigned long r11;
arch/arc/include/asm/unwind.h
84
PTREGS_INFO(r11), \
arch/arc/include/uapi/asm/ptrace.h
40
unsigned long r12, r11, r10, r9, r8, r7, r6, r5, r4, r3, r2, r1, r0;
arch/arc/kernel/ptrace.c
121
membuf_store(&to, ptregs->r11);
arch/arc/kernel/ptrace.c
204
REG_IN_ONE(scratch.r11, &ptregs->r11);
arch/arc/kernel/ptrace.c
35
REG_OFFSET_NAME(r11),
arch/arc/kernel/ptrace.c
82
REG_OFFSET_NAME(r11),
arch/arc/kernel/signal.c
118
uregs.scratch.r11 = regs->r11;
arch/arc/kernel/signal.c
171
regs->r11 = uregs.scratch.r11;
arch/arc/kernel/troubleshoot.c
36
regs->r9, regs->r10, regs->r11,
arch/arm/include/asm/assembler.h
91
ARM( fpreg .req r11 )
arch/csky/abiv1/inc/abi/entry.h
104
ldw r11, (sp, 20)
arch/csky/abiv1/inc/abi/entry.h
72
stw r11, (sp, 20)
arch/csky/abiv1/inc/abi/switch_context.h
10
unsigned long r11;
arch/csky/abiv2/inc/abi/entry.h
165
stm r4-r11, (sp)
arch/csky/abiv2/inc/abi/entry.h
195
ldm r4-r11, (sp)
arch/csky/abiv2/inc/abi/switch_context.h
20
unsigned long r11;
arch/hexagon/include/asm/elf.h
113
DEST.r11 = REGS->r11; \
arch/hexagon/include/uapi/asm/registers.h
115
unsigned long r11;
arch/hexagon/include/uapi/asm/user.h
25
unsigned long r11;
arch/hexagon/kernel/kgdb.c
31
{ "r11", GDB_SIZEOF_REG, offsetof(struct pt_regs, r11)},
arch/hexagon/kernel/vm_events.c
48
regs->r11);
arch/loongarch/include/asm/regdef.h
19
#define a7 $r11
arch/loongarch/kernel/ptrace.c
802
REG_OFFSET_NAME(r11, regs[11]),
arch/microblaze/include/uapi/asm/elf.h
111
_r->r8 = _r->r9 = _r->r10 = _r->r11 = \
arch/microblaze/include/uapi/asm/ptrace.h
29
microblaze_reg_t r11;
arch/microblaze/kernel/asm-offsets.c
42
DEFINE(PT_R11, offsetof(struct pt_regs, r11));
arch/microblaze/kernel/process.c
33
regs->r9, regs->r10, regs->r11, regs->r12);
arch/microblaze/kernel/signal.c
128
COPY(r10); COPY(r11); COPY(r12); COPY(r13);
arch/microblaze/kernel/signal.c
67
COPY(r10); COPY(r11); COPY(r12); COPY(r13);
arch/mips/kernel/ptrace.c
875
REG_OFFSET_NAME(r11, regs[11]),
arch/nios2/include/asm/elf.h
41
pr_reg[3] = regs->r11; \
arch/nios2/include/asm/entry.h
48
stw r11, PT_R11(sp)
arch/nios2/include/asm/entry.h
76
ldw r11, PT_R11(sp)
arch/nios2/include/asm/ptrace.h
26
unsigned long r11;
arch/nios2/kernel/asm-offsets.c
40
OFFSET(PT_R11, pt_regs, r11);
arch/nios2/kernel/kgdb.c
31
{ "r11", GDB_SIZEOF_REG, offsetof(struct pt_regs, r11) },
arch/nios2/kernel/process.c
184
fp->r8, fp->r9, fp->r10, fp->r11);
arch/nios2/kernel/process.c
86
regs->r9, regs->r10, regs->r11, regs->r12);
arch/nios2/kernel/signal.c
145
err |= __put_user(regs->r11, &gregs[10]);
arch/nios2/kernel/signal.c
62
err |= __get_user(regs->r11, &gregs[10]);
arch/parisc/include/asm/asmregs.h
44
r11: .reg %r11
arch/parisc/include/asm/assembly.h
220
STREG %r11, PT_GR11(\regs)
arch/parisc/include/asm/assembly.h
254
LDREG PT_GR11(\regs), %r11
arch/parisc/include/asm/assembly.h
384
std %r11, -80(%r30)
arch/parisc/include/asm/assembly.h
404
ldd -80(%r30), %r11
arch/parisc/include/asm/assembly.h
428
stw %r11, -96(%r30)
arch/parisc/include/asm/assembly.h
448
ldw -96(%r30), %r11
arch/powerpc/include/asm/epapr_hcalls.h
139
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
145
r11 = EV_HCALL_TOKEN(EV_INT_SET_CONFIG);
arch/powerpc/include/asm/epapr_hcalls.h
152
: "+r" (r11), "+r" (r3), "+r" (r4), "+r" (r5), "+r" (r6)
arch/powerpc/include/asm/epapr_hcalls.h
171
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
177
r11 = EV_HCALL_TOKEN(EV_INT_GET_CONFIG);
arch/powerpc/include/asm/epapr_hcalls.h
181
: "+r" (r11), "+r" (r3), "=r" (r4), "=r" (r5), "=r" (r6)
arch/powerpc/include/asm/epapr_hcalls.h
202
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
206
r11 = EV_HCALL_TOKEN(EV_INT_SET_MASK);
arch/powerpc/include/asm/epapr_hcalls.h
211
: "+r" (r11), "+r" (r3), "+r" (r4)
arch/powerpc/include/asm/epapr_hcalls.h
228
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
232
r11 = EV_HCALL_TOKEN(EV_INT_GET_MASK);
arch/powerpc/include/asm/epapr_hcalls.h
236
: "+r" (r11), "+r" (r3), "=r" (r4)
arch/powerpc/include/asm/epapr_hcalls.h
257
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
260
r11 = EV_HCALL_TOKEN(EV_INT_EOI);
arch/powerpc/include/asm/epapr_hcalls.h
264
: "+r" (r11), "+r" (r3)
arch/powerpc/include/asm/epapr_hcalls.h
285
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
294
r11 = EV_HCALL_TOKEN(EV_BYTE_CHANNEL_SEND);
arch/powerpc/include/asm/epapr_hcalls.h
303
: "+r" (r11), "+r" (r3),
arch/powerpc/include/asm/epapr_hcalls.h
328
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
337
r11 = EV_HCALL_TOKEN(EV_BYTE_CHANNEL_RECEIVE);
arch/powerpc/include/asm/epapr_hcalls.h
342
: "+r" (r11), "+r" (r3), "+r" (r4),
arch/powerpc/include/asm/epapr_hcalls.h
371
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
376
r11 = EV_HCALL_TOKEN(EV_BYTE_CHANNEL_POLL);
arch/powerpc/include/asm/epapr_hcalls.h
380
: "+r" (r11), "+r" (r3), "=r" (r4), "=r" (r5)
arch/powerpc/include/asm/epapr_hcalls.h
405
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
409
r11 = EV_HCALL_TOKEN(EV_INT_IACK);
arch/powerpc/include/asm/epapr_hcalls.h
413
: "+r" (r11), "+r" (r3), "=r" (r4)
arch/powerpc/include/asm/epapr_hcalls.h
430
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
433
r11 = EV_HCALL_TOKEN(EV_DOORBELL_SEND);
arch/powerpc/include/asm/epapr_hcalls.h
437
: "+r" (r11), "+r" (r3)
arch/powerpc/include/asm/epapr_hcalls.h
451
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/epapr_hcalls.h
454
r11 = EV_HCALL_TOKEN(EV_IDLE);
arch/powerpc/include/asm/epapr_hcalls.h
457
: "+r" (r11), "=r" (r3)
arch/powerpc/include/asm/epapr_hcalls.h
478
register unsigned long r11 asm("r11") = nr;
arch/powerpc/include/asm/epapr_hcalls.h
483
"=r"(r7), "=r"(r8), "=r"(r9), "=r"(r10), "=r"(r11),
arch/powerpc/include/asm/epapr_hcalls.h
486
"r"(r9), "r"(r10), "r"(r11)
arch/powerpc/include/asm/epapr_hcalls.h
496
out[7] = r11;
arch/powerpc/include/asm/exception-64e.h
103
std r11,EX_TLB_R12(r12); \
arch/powerpc/include/asm/exception-64e.h
131
ld r11,EX_TLB_R11(r12); \
arch/powerpc/include/asm/exception-64e.h
149
addi r11,r13,PACA_EXTLB; \
arch/powerpc/include/asm/exception-64e.h
150
TLB_MISS_RESTORE(r11)
arch/powerpc/include/asm/exception-64e.h
92
std r11,EX_TLB_R11(r12); \
arch/powerpc/include/asm/exception-64e.h
93
mfspr r11,SPRN_SPRG_TLB_SCRATCH; \
arch/powerpc/include/asm/fsl_hcalls.h
100
: "+r" (r11), "+r" (r3)
arch/powerpc/include/asm/fsl_hcalls.h
127
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
137
r11 = FH_HCALL_TOKEN(FH_PARTITION_GET_DTPROP);
arch/powerpc/include/asm/fsl_hcalls.h
155
: "+r" (r11),
arch/powerpc/include/asm/fsl_hcalls.h
181
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
191
r11 = FH_HCALL_TOKEN(FH_PARTITION_SET_DTPROP);
arch/powerpc/include/asm/fsl_hcalls.h
209
: "+r" (r11),
arch/powerpc/include/asm/fsl_hcalls.h
226
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
229
r11 = FH_HCALL_TOKEN(FH_PARTITION_RESTART);
arch/powerpc/include/asm/fsl_hcalls.h
233
: "+r" (r11), "+r" (r3)
arch/powerpc/include/asm/fsl_hcalls.h
258
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
262
r11 = FH_HCALL_TOKEN(FH_PARTITION_GET_STATUS);
arch/powerpc/include/asm/fsl_hcalls.h
266
: "+r" (r11), "+r" (r3), "=r" (r4)
arch/powerpc/include/asm/fsl_hcalls.h
288
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
293
r11 = FH_HCALL_TOKEN(FH_PARTITION_START);
arch/powerpc/include/asm/fsl_hcalls.h
299
: "+r" (r11), "+r" (r3), "+r" (r4), "+r" (r5)
arch/powerpc/include/asm/fsl_hcalls.h
314
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
317
r11 = FH_HCALL_TOKEN(FH_PARTITION_STOP);
arch/powerpc/include/asm/fsl_hcalls.h
321
: "+r" (r11), "+r" (r3)
arch/powerpc/include/asm/fsl_hcalls.h
360
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
367
r11 = FH_HCALL_TOKEN(FH_PARTITION_MEMCPY);
arch/powerpc/include/asm/fsl_hcalls.h
380
: "+r" (r11),
arch/powerpc/include/asm/fsl_hcalls.h
396
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
399
r11 = FH_HCALL_TOKEN(FH_DMA_ENABLE);
arch/powerpc/include/asm/fsl_hcalls.h
403
: "+r" (r11), "+r" (r3)
arch/powerpc/include/asm/fsl_hcalls.h
418
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
421
r11 = FH_HCALL_TOKEN(FH_DMA_DISABLE);
arch/powerpc/include/asm/fsl_hcalls.h
425
: "+r" (r11), "+r" (r3)
arch/powerpc/include/asm/fsl_hcalls.h
443
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
447
r11 = FH_HCALL_TOKEN(FH_VMPIC_GET_MSIR);
arch/powerpc/include/asm/fsl_hcalls.h
451
: "+r" (r11), "+r" (r3), "=r" (r4)
arch/powerpc/include/asm/fsl_hcalls.h
467
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
470
r11 = FH_HCALL_TOKEN(FH_SYSTEM_RESET);
arch/powerpc/include/asm/fsl_hcalls.h
473
: "+r" (r11), "=r" (r3)
arch/powerpc/include/asm/fsl_hcalls.h
495
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
502
r11 = FH_HCALL_TOKEN(FH_ERR_GET_INFO);
arch/powerpc/include/asm/fsl_hcalls.h
510
: "+r" (r11), "+r" (r3), "+r" (r4), "+r" (r5), "+r" (r6),
arch/powerpc/include/asm/fsl_hcalls.h
537
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
541
r11 = FH_HCALL_TOKEN(FH_GET_CORE_STATE);
arch/powerpc/include/asm/fsl_hcalls.h
546
: "+r" (r11), "+r" (r3), "+r" (r4)
arch/powerpc/include/asm/fsl_hcalls.h
567
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
571
r11 = FH_HCALL_TOKEN(FH_ENTER_NAP);
arch/powerpc/include/asm/fsl_hcalls.h
576
: "+r" (r11), "+r" (r3), "+r" (r4)
arch/powerpc/include/asm/fsl_hcalls.h
592
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
596
r11 = FH_HCALL_TOKEN(FH_EXIT_NAP);
arch/powerpc/include/asm/fsl_hcalls.h
601
: "+r" (r11), "+r" (r3), "+r" (r4)
arch/powerpc/include/asm/fsl_hcalls.h
615
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
618
r11 = FH_HCALL_TOKEN(FH_CLAIM_DEVICE);
arch/powerpc/include/asm/fsl_hcalls.h
622
: "+r" (r11), "+r" (r3)
arch/powerpc/include/asm/fsl_hcalls.h
642
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
645
r11 = FH_HCALL_TOKEN(FH_PARTITION_STOP_DMA);
arch/powerpc/include/asm/fsl_hcalls.h
649
: "+r" (r11), "+r" (r3)
arch/powerpc/include/asm/fsl_hcalls.h
93
register uintptr_t r11 __asm__("r11");
arch/powerpc/include/asm/fsl_hcalls.h
96
r11 = FH_HCALL_TOKEN(FH_SEND_NMI);
arch/powerpc/include/asm/kvm_booke_hv_asm.h
59
mtocrf 0x80, r11 /* check MSR[GS] without clobbering reg */
arch/powerpc/include/asm/ppc_asm.h
617
#define r11 %r11
arch/powerpc/include/asm/processor.h
157
unsigned long r0, r3, r4, r5, r6, r8, r9, r11;
arch/powerpc/kernel/asm-offsets.c
140
OFFSET(THR11, thread_struct, r11);
arch/powerpc/kernel/head_32.h
141
LOAD_REG_IMMEDIATE(r11, MSR_KERNEL) /* can take exceptions */
arch/powerpc/kernel/head_32.h
144
mtspr SPRN_SRR1, r11
arch/powerpc/kernel/head_32.h
147
mr r11, r1
arch/powerpc/kernel/head_32.h
21
mtspr SPRN_SPRG_SCRATCH1,r11
arch/powerpc/kernel/head_32.h
24
mfspr r11, SPRN_DAR
arch/powerpc/kernel/head_32.h
25
stw r11, DAR(r10)
arch/powerpc/kernel/head_32.h
26
mfspr r11, SPRN_DSISR
arch/powerpc/kernel/head_32.h
27
stw r11, DSISR(r10)
arch/powerpc/kernel/head_32.h
29
mfspr r11, SPRN_SRR0
arch/powerpc/kernel/head_32.h
30
stw r11, SRR0(r10)
arch/powerpc/kernel/head_32.h
31
mfspr r11, SPRN_SRR1 /* check whether user or kernel */
arch/powerpc/kernel/head_32.h
32
stw r11, SRR1(r10)
arch/powerpc/kernel/head_32.h
34
andi. r11, r11, MSR_PR
arch/powerpc/kernel/head_32.h
54
li r11, RPN_PATTERN
arch/powerpc/kernel/head_32.h
55
mtspr SPRN_DAR, r11 /* Tag DAR, to be used in DTLB Error */
arch/powerpc/kernel/head_32.h
58
LOAD_REG_IMMEDIATE(r11, MSR_KERNEL & ~MSR_RI) /* re-enable MMU */
arch/powerpc/kernel/head_32.h
59
mtspr SPRN_SRR1, r11
arch/powerpc/kernel/head_32.h
60
lis r11, 1f@h
arch/powerpc/kernel/head_32.h
61
ori r11, r11, 1f@l
arch/powerpc/kernel/head_32.h
62
mtspr SPRN_SRR0, r11
arch/powerpc/kernel/head_32.h
63
mfspr r11, SPRN_SPRG_SCRATCH2
arch/powerpc/kernel/head_32.h
69
stw r11,GPR1(r1)
arch/powerpc/kernel/head_32.h
70
stw r11,0(r1)
arch/powerpc/kernel/head_32.h
71
mr r11, r1
arch/powerpc/kernel/head_32.h
72
stw r10,_CCR(r11) /* save registers */
arch/powerpc/kernel/head_32.h
73
stw r12,GPR12(r11)
arch/powerpc/kernel/head_32.h
74
stw r9,GPR9(r11)
arch/powerpc/kernel/head_32.h
77
stw r10,GPR10(r11)
arch/powerpc/kernel/head_32.h
78
stw r12,GPR11(r11)
arch/powerpc/kernel/head_32.h
80
stw r10,_LINK(r11)
arch/powerpc/kernel/head_32.h
85
stw r10, _DAR(r11)
arch/powerpc/kernel/head_32.h
87
stw r10, _DSISR(r11)
arch/powerpc/kernel/head_booke.h
120
stw r11, THREAD_NORMSAVE(0)(r10)
arch/powerpc/kernel/head_booke.h
123
mfspr r11, SPRN_SRR1
arch/powerpc/kernel/head_booke.h
124
mtocrf 0x80, r11 /* check MSR[GS] without clobbering reg */
arch/powerpc/kernel/head_booke.h
137
BOOKE_CLEAR_BTB(r11)
arch/powerpc/kernel/head_booke.h
138
mr r11, r1
arch/powerpc/kernel/head_booke.h
198
stw r11,GPR11(r8); \
arch/powerpc/kernel/head_booke.h
200
mfspr r11,exc_level_srr1; /* check whether user or kernel */\
arch/powerpc/kernel/head_booke.h
203
andi. r11,r11,MSR_PR; \
arch/powerpc/kernel/head_booke.h
204
LOAD_REG_IMMEDIATE(r11, MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)); \
arch/powerpc/kernel/head_booke.h
205
mtmsr r11; \
arch/powerpc/kernel/head_booke.h
206
mfspr r11,SPRN_SPRG_THREAD; /* if from user, start at top of */\
arch/powerpc/kernel/head_booke.h
207
lwz r11, TASK_STACK - THREAD(r11); /* this thread's kernel stack */\
arch/powerpc/kernel/head_booke.h
208
addi r11,r11,THREAD_SIZE - INT_FRAME_SIZE; /* allocate stack frame */\
arch/powerpc/kernel/head_booke.h
211
stw r9,_CCR(r11); /* save CR */\
arch/powerpc/kernel/head_booke.h
214
stw r10,GPR10(r11); \
arch/powerpc/kernel/head_booke.h
216
stw r9,GPR9(r11); \
arch/powerpc/kernel/head_booke.h
217
stw r10,GPR11(r11); \
arch/powerpc/kernel/head_booke.h
220
1: mr r11, r8; \
arch/powerpc/kernel/head_booke.h
222
stw r12,GPR12(r11); /* save various registers */\
arch/powerpc/kernel/head_booke.h
224
stw r10,_LINK(r11); \
arch/powerpc/kernel/head_booke.h
226
stw r12,_DEAR(r11); /* since they may have had stuff */\
arch/powerpc/kernel/head_booke.h
228
stw r9,_ESR(r11); /* exception was taken */\
arch/powerpc/kernel/head_booke.h
230
stw r1,GPR1(r11); \
arch/powerpc/kernel/head_booke.h
232
stw r1,0(r11); \
arch/powerpc/kernel/head_booke.h
233
mr r1,r11; \
arch/powerpc/kernel/head_booke.h
285
stw r11, THREAD_NORMSAVE(0)(r10); \
arch/powerpc/kernel/head_booke.h
286
mfspr r11, SPRN_SRR1; \
arch/powerpc/kernel/head_booke.h
319
stw r5,_ESR(r11); \
arch/powerpc/kernel/head_booke.h
372
lwz r10,_CCR(r11); \
arch/powerpc/kernel/head_booke.h
373
lwz r0,GPR0(r11); \
arch/powerpc/kernel/head_booke.h
374
lwz r1,GPR1(r11); \
arch/powerpc/kernel/head_booke.h
378
lwz r9,GPR9(r11); \
arch/powerpc/kernel/head_booke.h
379
lwz r12,GPR12(r11); \
arch/powerpc/kernel/head_booke.h
383
lwz r11,GPR11(r8); \
arch/powerpc/kernel/head_booke.h
391
stw r4,_ESR(r11); /* DebugException takes DBSR in _ESR */\
arch/powerpc/kernel/head_booke.h
430
lwz r10,_CCR(r11); \
arch/powerpc/kernel/head_booke.h
431
lwz r0,GPR0(r11); \
arch/powerpc/kernel/head_booke.h
432
lwz r1,GPR1(r11); \
arch/powerpc/kernel/head_booke.h
436
lwz r9,GPR9(r11); \
arch/powerpc/kernel/head_booke.h
437
lwz r12,GPR12(r11); \
arch/powerpc/kernel/head_booke.h
441
lwz r11,GPR11(r8); \
arch/powerpc/kernel/head_booke.h
449
stw r4,_ESR(r11); /* DebugException takes DBSR in _ESR */\
arch/powerpc/kernel/head_booke.h
460
stw r5,_ESR(r11); \
arch/powerpc/kernel/head_booke.h
462
stw r4, _DEAR(r11); \
arch/powerpc/kernel/head_booke.h
480
stw r5,_ESR(r11); \
arch/powerpc/kernel/head_booke.h
481
stw r12, _DEAR(r11); /* Set regs->dear (dar) to SRR0 */ \
arch/powerpc/kernel/head_booke.h
490
stw r4,_DEAR(r11); \
arch/powerpc/kernel/head_booke.h
500
stw r4,_ESR(r11); \
arch/powerpc/kernel/head_booke.h
51
stw r11, THREAD_NORMSAVE(0)(r10); \
arch/powerpc/kernel/head_booke.h
54
mfspr r11, SPRN_SRR1; \
arch/powerpc/kernel/head_booke.h
56
andi. r11, r11, MSR_PR; /* check whether user or kernel */\
arch/powerpc/kernel/head_booke.h
57
LOAD_REG_IMMEDIATE(r11, MSR_KERNEL); \
arch/powerpc/kernel/head_booke.h
58
mtmsr r11; \
arch/powerpc/kernel/head_booke.h
59
mr r11, r1; \
arch/powerpc/kernel/head_booke.h
61
BOOKE_CLEAR_BTB(r11) \
arch/powerpc/kernel/head_booke.h
63
lwz r11, TASK_STACK - THREAD(r10); \
arch/powerpc/kernel/head_booke.h
64
ALLOC_STACK_FRAME(r11, THREAD_SIZE); \
arch/powerpc/kernel/head_booke.h
65
1 : subi r11, r11, INT_FRAME_SIZE; /* Allocate exception frame */ \
arch/powerpc/kernel/head_booke.h
66
stw r13, _CCR(r11); /* save various registers */ \
arch/powerpc/kernel/head_booke.h
67
stw r12,GPR12(r11); \
arch/powerpc/kernel/head_booke.h
68
stw r9,GPR9(r11); \
arch/powerpc/kernel/head_booke.h
70
stw r13, GPR10(r11); \
arch/powerpc/kernel/head_booke.h
72
stw r12,GPR11(r11); \
arch/powerpc/kernel/head_booke.h
75
stw r10,_LINK(r11); \
arch/powerpc/kernel/head_booke.h
77
stw r1, GPR1(r11); \
arch/powerpc/kernel/head_booke.h
79
stw r1, 0(r11); \
arch/powerpc/kernel/head_booke.h
80
mr r1, r11; \
arch/s390/include/asm/fpu-insn-asm.h
63
.ifc \gr,%r11
arch/x86/boot/compressed/tdx.c
23
.r11 = hcall_func(EXIT_REASON_IO_INSTRUCTION),
arch/x86/boot/compressed/tdx.c
32
return args.r11;
arch/x86/boot/compressed/tdx.c
39
.r11 = hcall_func(EXIT_REASON_IO_INSTRUCTION),
arch/x86/coco/tdx/tdx.c
204
.r11 = TDVMCALL_REPORT_FATAL_ERROR,
arch/x86/coco/tdx/tdx.c
413
.r11 = hcall_func(EXIT_REASON_HLT),
arch/x86/coco/tdx/tdx.c
475
.r11 = hcall_func(EXIT_REASON_MSR_READ),
arch/x86/coco/tdx/tdx.c
487
regs->ax = lower_32_bits(args.r11);
arch/x86/coco/tdx/tdx.c
488
regs->dx = upper_32_bits(args.r11);
arch/x86/coco/tdx/tdx.c
496
.r11 = hcall_func(EXIT_REASON_MSR_WRITE),
arch/x86/coco/tdx/tdx.c
516
.r11 = hcall_func(EXIT_REASON_CPUID),
arch/x86/coco/tdx/tdx.c
558
.r11 = hcall_func(EXIT_REASON_EPT_VIOLATION),
arch/x86/coco/tdx/tdx.c
567
*val = args.r11;
arch/x86/coco/tdx/tdx.c
58
.r11 = p1,
arch/x86/coco/tdx/tdx.c
691
.r11 = hcall_func(EXIT_REASON_IO_INSTRUCTION),
arch/x86/coco/tdx/tdx.c
709
regs->ax |= args.r11 & mask;
arch/x86/coco/tdx/tdx.c
928
.r11 = TDVMCALL_MAP_GPA,
arch/x86/coco/tdx/tdx.c
942
map_fail_paddr = args.r11;
arch/x86/entry/calling.h
138
popq %r11
arch/x86/entry/calling.h
447
pushq %r11
arch/x86/entry/calling.h
451
popq %r11
arch/x86/entry/calling.h
85
pushq %r11 /* pt_regs->r11 */
arch/x86/entry/syscall_64.c
113
if (unlikely(regs->cx != regs->ip || regs->r11 != regs->flags))
arch/x86/events/intel/ds.c
2245
regs->r11 = pebs->r11;
arch/x86/events/intel/ds.c
2329
regs->r11 = gprs->r11;
arch/x86/events/intel/ds.c
720
u64 r8, r9, r10, r11;
arch/x86/events/intel/ds.c
728
u64 r8, r9, r10, r11;
arch/x86/events/intel/ds.c
740
u64 r8, r9, r10, r11;
arch/x86/events/intel/ds.c
769
u64 r8, r9, r10, r11;
arch/x86/hyperv/ivm.c
413
.r11 = EXIT_REASON_MSR_WRITE,
arch/x86/hyperv/ivm.c
427
.r11 = EXIT_REASON_MSR_READ,
arch/x86/hyperv/ivm.c
436
*val = args.r11;
arch/x86/hyperv/ivm.c
449
return args.r11;
arch/x86/hyperv/mshv-asm-offsets.c
30
OFFSET(MSHV_VTL_CPU_CONTEXT_r11, mshv_vtl_cpu_context, r11);
arch/x86/include/asm/GEN-for-each-reg.h
17
GEN(r11)
arch/x86/include/asm/elf.h
159
regs->r8 = regs->r9 = regs->r10 = regs->r11 = 0;
arch/x86/include/asm/elf.h
197
(pr_reg)[6] = (regs)->r11; \
arch/x86/include/asm/inst.h
107
.ifc \r64,%r11
arch/x86/include/asm/kexec.h
103
asm volatile("mov %%r11,%0" : "=m"(newregs->r11));
arch/x86/include/asm/kexec.h
188
uint64_t r11;
arch/x86/include/asm/mshyperv.h
288
u64 r11;
arch/x86/include/asm/nospec-branch.h
204
.irp rs,r8,r9,r10,r11,r12,r13,r14,r15
arch/x86/include/asm/perf_event.h
501
u64 r8, r9, r10, r11, r12, r13, r14, r15;
arch/x86/include/asm/perf_event.h
588
u64 r8, r9, r10, r11, r12, r13, r14, r15, ssp;
arch/x86/include/asm/ptrace.h
117
unsigned long r11;
arch/x86/include/asm/shared/tdx.h
136
u64 r11;
arch/x86/include/asm/shared/tdx.h
163
.r11 = fn,
arch/x86/include/asm/svm.h
448
u64 r11;
arch/x86/include/asm/svm.h
507
u64 r11;
arch/x86/include/asm/svm.h
700
DEFINE_GHCB_ACCESSORS(r11)
arch/x86/include/asm/user_64.h
76
unsigned long r11;
arch/x86/include/asm/xen/interface_64.h
106
uint64_t r11;
arch/x86/include/asm/xen/interface_64.h
84
uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss;
arch/x86/include/uapi/asm/kvm.h
121
__u64 r8, r9, r10, r11;
arch/x86/include/uapi/asm/ptrace.h
56
unsigned long r11;
arch/x86/include/uapi/asm/sigcontext.h
242
__u64 r11;
arch/x86/include/uapi/asm/sigcontext.h
329
__u64 r11;
arch/x86/kernel/alternative.c
2039
*target = regs->r11 + fineibt_prefix_size;
arch/x86/kernel/alternative.c
2068
*target = regs->r11 + fineibt_prefix_size;
arch/x86/kernel/asm-offsets.c
90
OFFSET(TDX_MODULE_r11, tdx_module_args, r11);
arch/x86/kernel/asm-offsets_64.c
39
ENTRY(r11);
arch/x86/kernel/cpu/vmware.c
525
args.r11 = VMWARE_TDX_HCALL_FUNC;
arch/x86/kernel/kgdb.c
75
{ "r11", 8, offsetof(struct pt_regs, r11) },
arch/x86/kernel/kprobes/core.c
586
offsetof(struct pt_regs, r11),
arch/x86/kernel/perf_regs.c
151
if (regs->sp > (unsigned long)&user_regs->r11 &&
arch/x86/kernel/perf_regs.c
171
regs_user_copy->r11 = user_regs->r11;
arch/x86/kernel/perf_regs.c
52
PT_REGS_OFFSET(PERF_REG_X86_R11, r11),
arch/x86/kernel/process_64.c
92
log_lvl, regs->r10, regs->r11, regs->r12);
arch/x86/kernel/ptrace.c
91
REG_OFFSET_NAME(r11),
arch/x86/kernel/signal_64.c
113
unsafe_put_user(regs->r11, &sc->r11, Efault);
arch/x86/kernel/signal_64.c
74
regs->r11 = sc.r11;
arch/x86/kernel/uprobes.c
1480
reg_offset = offsetof(struct pt_regs, r11);
arch/x86/kernel/uprobes.c
315
unsigned long r11;
arch/x86/kernel/uprobes.c
393
regs->r11 = args.r11;
arch/x86/kernel/uprobes.c
415
args.r11 = regs->r11;
arch/x86/kernel/uprobes.c
431
regs->r11 = regs->flags;
arch/x86/kernel/uprobes.c
799
unsigned long r11;
arch/x86/kernel/uprobes.c
827
regs->r11 = args.r11;
arch/x86/kernel/uprobes.c
856
args.r11 = regs->r11;
arch/x86/kernel/uprobes.c
873
regs->r11 = regs->flags;
arch/x86/kvm/kvm_cache_regs.h
40
BUILD_KVM_GPR_ACCESSORS(r11, R11)
arch/x86/kvm/svm/sev.c
910
save->r11 = svm->vcpu.arch.regs[VCPU_REGS_R11];
arch/x86/kvm/svm/svm.c
3479
"r10:", vmsa->r10, "r11:", vmsa->r11);
arch/x86/kvm/vmx/tdx.c
1171
kvm_rbx_write(vcpu, to_tdx(vcpu)->vp_enter_args.r11);
arch/x86/kvm/vmx/tdx.c
1193
tdx->vp_enter_args.r11 = tdx->map_gpa_next;
arch/x86/kvm/vmx/tdx.c
1208
tdx->vp_enter_args.r11 = tdx->map_gpa_next;
arch/x86/kvm/vmx/tdx.c
1284
tdx->vp_enter_args.r11 = gpa;
arch/x86/kvm/vmx/tdx.c
1503
tdx->vp_enter_args.r11 = vcpu->run->tdx.get_tdvmcall_info.r11;
arch/x86/kvm/vmx/tdx.c
1517
tdx->vp_enter_args.r11 = 0;
arch/x86/kvm/vmx/tdx.c
1529
vcpu->run->tdx.get_tdvmcall_info.r11 = 0;
arch/x86/kvm/vmx/tdx.c
251
return to_tdx(vcpu)->vp_enter_args.r11;
arch/x86/kvm/vmx/tdx.c
263
to_tdx(vcpu)->vp_enter_args.r11 = val;
arch/x86/kvm/x86.c
12064
regs->r11 = kvm_r11_read(vcpu);
arch/x86/kvm/x86.c
12104
kvm_r11_write(vcpu, regs->r11);
arch/x86/lib/insn-eval.c
427
offsetof(struct pt_regs, r11),
arch/x86/mm/pf_in.c
264
rv = (unsigned char *)®s->r11;
arch/x86/mm/pf_in.c
372
rv = ®s->r11;
arch/x86/um/signal.c
139
PUTREG(R11, r11);
arch/x86/um/signal.c
69
GETREG(R11, r11);
arch/x86/virt/vmx/tdx/tdx.c
76
args->r9, args->r10, args->r11);
drivers/input/serio/hp_sdc.c
1059
hp_sdc.r11 = tq_init_seq[4];
drivers/input/serio/hp_sdc.c
1060
if (hp_sdc.r11 & HP_SDC_CFG_NEW) {
drivers/input/serio/hp_sdc.c
1097
(hp_sdc.r11 & HP_SDC_CFG_REV) ? "3300" : "2564/3087");
drivers/media/usb/gspca/ov534.c
815
u8 r11;
drivers/media/usb/gspca/ov534.c
856
sccb_reg_write(gspca_dev, 0x11, r->r11);
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
1030
u8 r11[7];
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
248
__be64 r11;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
2847
__be64 r11;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
2868
__be64 r11;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
2883
__be32 r11;
drivers/net/wireless/broadcom/b43/radio_2055.c
258
#define RADIOREGS(r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, \
drivers/net/wireless/broadcom/b43/radio_2055.c
271
.radio_lgen_tune2 = r11, \
drivers/net/wireless/broadcom/b43/radio_2056.c
3026
r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
drivers/net/wireless/broadcom/b43/radio_2056.c
3040
.radio_syn_reserved_addr28 = r11, \
drivers/net/wireless/broadcom/b43/radio_2057.c
117
r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
drivers/net/wireless/broadcom/b43/radio_2057.c
130
.radio_logen_mx5g_tune = r11, \
drivers/net/wireless/broadcom/b43/radio_2057.c
149
r10, r11, r12, r13, r14, r15, r16, r17) \
drivers/net/wireless/broadcom/b43/radio_2057.c
161
.radio_logen_indbuf2g_tune = r11, \
drivers/net/wireless/broadcom/b43/radio_2059.c
23
r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
drivers/net/wireless/broadcom/b43/radio_2059.c
36
.radio_syn43 = r11, \
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
357
__le32 r11; /* fp/v8 */
include/hyperv/hvhdk.h
65
u64 r11;
include/linux/hp_sdc.h
276
uint8_t r11, r7e; /* Values from version/revision regs */
include/uapi/linux/acrn.h
237
__le64 r11;
include/uapi/linux/kvm.h
481
__u64 r11, r12, r13, r14;
lib/crypto/powerpc/aes-spe-regs.h
16
#define rT0 r11 /* pointers to en-/decryption tables */
sound/soc/codecs/tscs42xx.c
951
rc, r12, r1b_h, re, rf, r10, r11) \
sound/soc/codecs/tscs42xx.c
967
{R_PLLCTL11, r11, 0xFF}, \
tools/arch/x86/include/uapi/asm/kvm.h
121
__u64 r8, r9, r10, r11;
tools/include/uapi/linux/kvm.h
481
__u64 r11, r12, r13, r14;
tools/lib/bpf/usdt.c
1272
{ {"r11", "r11d", "r11w", "r11b"}, offsetof(struct pt_regs, r11) },
tools/perf/util/intel-pt-decoder/intel-pt-decoder.h
179
uint64_t r11;
tools/perf/util/perf-regs-arch/perf_regs_x86.c
64
SDT_NAME_REG(r11b, r11),
tools/perf/util/perf-regs-arch/perf_regs_x86.c
65
SDT_NAME_REG(r11w, r11),
tools/perf/util/perf-regs-arch/perf_regs_x86.c
66
SDT_NAME_REG(r11d, r11),
tools/testing/selftests/bpf/prog_tests/uprobe.c
154
.r11 = 0x11,
tools/testing/selftests/bpf/prog_tests/uprobe.c
185
ASSERT_EQ(after.r11, expected.r11, "r11");
tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c
243
case offsetof(struct pt_regs, r11):
tools/testing/selftests/bpf/progs/test_uprobe.c
80
ctx->r11 = regs.r11;
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
610
regs->r11 = (u64) -1;
tools/testing/selftests/kvm/include/loongarch/processor.h
22
#define a7 $r11
tools/testing/selftests/kvm/include/x86/processor.h
1180
uint64_t r8, r9, r10, r11;
tools/testing/selftests/kvm/include/x86/processor.h
392
u64 r11;
tools/testing/selftests/kvm/lib/x86/processor.c
718
regs->rip = regs->r11;
tools/testing/selftests/kvm/lib/x86/processor.c
76
regs->r8, regs->r9, regs->r10, regs->r11);
tools/testing/selftests/kvm/x86/sync_regs_test.c
63
REG_COMPARE(r11);
tools/testing/selftests/powerpc/mm/large_vm_gpr_corruption.c
64
unsigned long r9, r10, r11, r12, r13;
tools/testing/selftests/powerpc/mm/large_vm_gpr_corruption.c
90
"=&b"(r11), "=&b"(r12), "=&b"(r13)
tools/testing/selftests/powerpc/mm/large_vm_gpr_corruption.c
96
CHECK_REG(r11);
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
617
#define r11 %r11
tools/testing/selftests/x86/check_initial_reg_state.c
12
unsigned long r8, r9, r10, r11, r12, r13, r14, r15;
tools/testing/selftests/x86/check_initial_reg_state.c
65
|| r8 || r9 || r10 || r11 || r12 || r13 || r14 || r15
tools/testing/selftests/x86/check_initial_reg_state.c
82
SHOW(r11);
tools/testing/selftests/x86/test_syscall_vdso.c
121
printf(" 8:%016llx 9:%016llx 10:%016llx 11:%016llx\n", regs64.r8 , regs64.r9 , regs64.r10, regs64.r11);
tools/testing/selftests/x86/test_syscall_vdso.c
61
uint64_t r8, r9, r10, r11;