Symbol: _R1
arch/powerpc/include/asm/text-patching.h
270
#define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
arch/powerpc/include/asm/text-patching.h
273
#define PPC_INST_STD_LR PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)
arch/powerpc/kernel/module_64.c
146
PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),
arch/powerpc/kernel/signal_64.c
631
err |= __put_user(PPC_RAW_ADDI(_R1, _R1, __SIGNAL_FRAMESIZE), &tramp[1]);
arch/powerpc/kernel/trace/ftrace.c
488
ret = ftrace_modify_code(ip - 4, ppc_inst(PPC_RAW_STW(_R0, _R1, 4)),
arch/powerpc/kernel/trace/ftrace.c
498
ret = ftrace_modify_code(ip - 4, ppc_inst(PPC_RAW_STD(_R0, _R1, 16)),
arch/powerpc/net/bpf_jit_comp.c
1004
EMIT(PPC_RAW_STL(_R3, _R1, ip_off));
arch/powerpc/net/bpf_jit_comp.c
1009
EMIT(PPC_RAW_STL(_R3, _R1, retaddr_off));
arch/powerpc/net/bpf_jit_comp.c
1017
EMIT(PPC_RAW_STL(_R25, _R1, nvr_off));
arch/powerpc/net/bpf_jit_comp.c
1018
EMIT(PPC_RAW_STL(_R26, _R1, nvr_off + SZL));
arch/powerpc/net/bpf_jit_comp.c
1070
EMIT(PPC_RAW_LL(_R3, _R1, retaddr_off));
arch/powerpc/net/bpf_jit_comp.c
1082
EMIT(PPC_RAW_LD(_R2, _R1, 24));
arch/powerpc/net/bpf_jit_comp.c
1088
EMIT(PPC_RAW_STL(_R3, _R1, retval_off));
arch/powerpc/net/bpf_jit_comp.c
1148
EMIT(PPC_RAW_LL(_R3, _R1, retval_off));
arch/powerpc/net/bpf_jit_comp.c
1151
EMIT(PPC_RAW_LL(_R26, _R1, nvr_off + SZL));
arch/powerpc/net/bpf_jit_comp.c
1152
EMIT(PPC_RAW_LL(_R25, _R1, nvr_off));
arch/powerpc/net/bpf_jit_comp.c
1156
EMIT(PPC_RAW_LD(_R2, _R1, 24));
arch/powerpc/net/bpf_jit_comp.c
1159
EMIT(PPC_RAW_ADDI(_R1, _R1, bpf_frame_size));
arch/powerpc/net/bpf_jit_comp.c
1160
EMIT(PPC_RAW_LL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp.c
1165
EMIT(PPC_RAW_LL(_R0, _R1, alt_lr_off));
arch/powerpc/net/bpf_jit_comp.c
1167
EMIT(PPC_RAW_ADDI(_R1, _R1, bpf_frame_size));
arch/powerpc/net/bpf_jit_comp.c
1168
EMIT(PPC_RAW_LL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp.c
1171
EMIT(PPC_RAW_LL(_R0, _R1, retaddr_off));
arch/powerpc/net/bpf_jit_comp.c
1173
EMIT(PPC_RAW_ADDI(_R1, _R1, bpf_frame_size));
arch/powerpc/net/bpf_jit_comp.c
1174
EMIT(PPC_RAW_LL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp.c
616
EMIT(PPC_RAW_STD(_R3, _R1, run_ctx_off + offsetof(struct bpf_tramp_run_ctx,
arch/powerpc/net/bpf_jit_comp.c
621
EMIT(PPC_RAW_STW(_R3, _R1,
arch/powerpc/net/bpf_jit_comp.c
623
EMIT(PPC_RAW_STW(_R4, _R1,
arch/powerpc/net/bpf_jit_comp.c
630
EMIT(PPC_RAW_ADDI(_R4, _R1, run_ctx_off));
arch/powerpc/net/bpf_jit_comp.c
650
EMIT(PPC_RAW_ADDI(_R3, _R1, regs_off));
arch/powerpc/net/bpf_jit_comp.c
666
EMIT(PPC_RAW_STL(_R3, _R1, retval_off));
arch/powerpc/net/bpf_jit_comp.c
679
EMIT(PPC_RAW_ADDI(_R5, _R1, run_ctx_off));
arch/powerpc/net/bpf_jit_comp.c
697
EMIT(PPC_RAW_STL(_R3, _R1, retval_off));
arch/powerpc/net/bpf_jit_comp.c
708
EMIT(PPC_RAW_LL(_R3, _R1, retval_off));
arch/powerpc/net/bpf_jit_comp.c
734
EMIT(PPC_RAW_LD(_R4, _R1, bpf_frame_size));
arch/powerpc/net/bpf_jit_comp.c
751
EMIT(PPC_RAW_STL(_R3, _R1, bpf_frame_size - BPF_PPC_TAILCALL));
arch/powerpc/net/bpf_jit_comp.c
754
EMIT(PPC_RAW_LL(_R4, _R1, r4_off));
arch/powerpc/net/bpf_jit_comp.c
766
EMIT(PPC_RAW_STL(_R4, _R1, r4_off));
arch/powerpc/net/bpf_jit_comp.c
780
EMIT(PPC_RAW_STL(_R3 + i, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
782
EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
783
EMIT(PPC_RAW_STL(_R3, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
793
EMIT(PPC_RAW_LL(_R3 + i, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
806
EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
807
EMIT(PPC_RAW_STL(_R3, _R1, STACK_FRAME_MIN_SIZE + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
958
EMIT(PPC_RAW_STL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp.c
961
EMIT(PPC_RAW_STLU(_R1, _R1, -bpf_frame_size));
arch/powerpc/net/bpf_jit_comp.c
965
EMIT(PPC_RAW_STD(_R2, _R1, 24));
arch/powerpc/net/bpf_jit_comp.c
971
EMIT(PPC_RAW_STL(_R4, _R1, r4_off));
arch/powerpc/net/bpf_jit_comp.c
978
EMIT(PPC_RAW_STL(_R3, _R1, alt_lr_off));
arch/powerpc/net/bpf_jit_comp.c
980
EMIT(PPC_RAW_STL(_R3, _R1, retaddr_off));
arch/powerpc/net/bpf_jit_comp32.c
1171
EMIT(PPC_RAW_STW(bpf_to_ppc(BPF_REG_5) - 1, _R1, 8));
arch/powerpc/net/bpf_jit_comp32.c
1172
EMIT(PPC_RAW_STW(bpf_to_ppc(BPF_REG_5), _R1, 12));
arch/powerpc/net/bpf_jit_comp32.c
137
EMIT(PPC_RAW_STW(bpf_to_ppc(TMP_REG), _R1, cookie_off + 4 * i));
arch/powerpc/net/bpf_jit_comp32.c
138
EMIT(PPC_RAW_STW(bpf_to_ppc(TMP_REG), _R1, cookie_off + 4 * i + 4));
arch/powerpc/net/bpf_jit_comp32.c
141
EMIT(PPC_RAW_STW(bpf_to_ppc(TMP_REG), _R1, retval_off));
arch/powerpc/net/bpf_jit_comp32.c
142
EMIT(PPC_RAW_STW(bpf_to_ppc(TMP_REG), _R1, retval_off + 4));
arch/powerpc/net/bpf_jit_comp32.c
154
EMIT(PPC_RAW_STW(bpf_to_ppc(TMP_REG), _R1, func_meta_off));
arch/powerpc/net/bpf_jit_comp32.c
158
EMIT(PPC_RAW_STW(bpf_to_ppc(TMP_REG), _R1, func_meta_off + 4));
arch/powerpc/net/bpf_jit_comp32.c
177
EMIT(PPC_RAW_STWU(_R1, _R1, -BPF_PPC_STACKFRAME(ctx)));
arch/powerpc/net/bpf_jit_comp32.c
180
EMIT(PPC_RAW_STW(_R4, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC)));
arch/powerpc/net/bpf_jit_comp32.c
198
EMIT(PPC_RAW_STW(i, _R1, bpf_jit_stack_offsetof(ctx, i)));
arch/powerpc/net/bpf_jit_comp32.c
203
EMIT(PPC_RAW_ADDI(bpf_to_ppc(BPF_REG_FP), _R1,
arch/powerpc/net/bpf_jit_comp32.c
208
EMIT(PPC_RAW_STW(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp32.c
218
EMIT(PPC_RAW_LWZ(i, _R1, bpf_jit_stack_offsetof(ctx, i)));
arch/powerpc/net/bpf_jit_comp32.c
221
EMIT(PPC_RAW_LWZ(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp32.c
225
EMIT(PPC_RAW_ADDI(_R1, _R1, BPF_PPC_STACKFRAME(ctx)));
arch/powerpc/net/bpf_jit_comp32.c
278
EMIT(PPC_RAW_LWZ(_R0, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC)));
arch/powerpc/net/bpf_jit_comp64.c
1347
EMIT(PPC_RAW_STD(dst_reg, _R1, bpf_jit_stack_local(ctx)));
arch/powerpc/net/bpf_jit_comp64.c
1348
EMIT(PPC_RAW_ADDI(tmp1_reg, _R1, bpf_jit_stack_local(ctx)));
arch/powerpc/net/bpf_jit_comp64.c
188
EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, cookie_off + 8 * i));
arch/powerpc/net/bpf_jit_comp64.c
189
EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, retval_off));
arch/powerpc/net/bpf_jit_comp64.c
204
EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, func_meta_off));
arch/powerpc/net/bpf_jit_comp64.c
264
EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_TAILCALL)));
arch/powerpc/net/bpf_jit_comp64.c
277
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_2), _R1, 0));
arch/powerpc/net/bpf_jit_comp64.c
283
EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_TAILCALL)));
arch/powerpc/net/bpf_jit_comp64.c
293
EMIT(PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp64.c
296
EMIT(PPC_RAW_STDU(_R1, _R1,
arch/powerpc/net/bpf_jit_comp64.c
308
EMIT(PPC_RAW_STD(i, _R1, bpf_jit_stack_offsetof(ctx, i)));
arch/powerpc/net/bpf_jit_comp64.c
319
EMIT(PPC_RAW_STD(bpf_to_ppc(i), _R1,
arch/powerpc/net/bpf_jit_comp64.c
323
EMIT(PPC_RAW_STD(bpf_to_ppc(ARENA_VM_START), _R1,
arch/powerpc/net/bpf_jit_comp64.c
330
EMIT(PPC_RAW_MR(_R1, _R5));
arch/powerpc/net/bpf_jit_comp64.c
340
EMIT(PPC_RAW_SUB(bpf_to_ppc(TMP_REG_2), bpf_to_ppc(TMP_REG_1), _R1));
arch/powerpc/net/bpf_jit_comp64.c
345
EMIT(PPC_RAW_MR(_R1, bpf_to_ppc(TMP_REG_1)));
arch/powerpc/net/bpf_jit_comp64.c
346
EMIT(PPC_RAW_STDU(_R1, _R1, -(BPF_PPC_EXC_STACKFRAME + ctx->stack_size)));
arch/powerpc/net/bpf_jit_comp64.c
359
EMIT(PPC_RAW_ADDI(bpf_to_ppc(BPF_REG_FP), _R1,
arch/powerpc/net/bpf_jit_comp64.c
375
EMIT(PPC_RAW_LD(bpf_to_ppc(i), _R1, bpf_jit_stack_offsetof(ctx, bpf_to_ppc(i))));
arch/powerpc/net/bpf_jit_comp64.c
378
EMIT(PPC_RAW_LD(bpf_to_ppc(ARENA_VM_START), _R1,
arch/powerpc/net/bpf_jit_comp64.c
387
EMIT(PPC_RAW_LD(i, _R1, bpf_jit_stack_offsetof(ctx, i)));
arch/powerpc/net/bpf_jit_comp64.c
392
EMIT(PPC_RAW_ADDI(_R1, _R1, bpf_jit_stack_size(ctx) + ctx->stack_size));
arch/powerpc/net/bpf_jit_comp64.c
395
EMIT(PPC_RAW_LD(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp64.c
664
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), _R1, bpf_jit_stack_tailcallinfo_offset(ctx)));
arch/powerpc/net/bpf_jit_comp64.c
709
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_2), _R1, bpf_jit_stack_tailcallinfo_offset(ctx)));
arch/powerpc/net/bpf_jit_comp64.c
714
EMIT(PPC_RAW_ADDI(bpf_to_ppc(TMP_REG_2), _R1, bpf_jit_stack_tailcallinfo_offset(ctx)));