Symbol: PPC_RAW_LD
arch/powerpc/include/asm/ppc-opcode.h
608
#define PPC_RAW_LL PPC_RAW_LD
arch/powerpc/include/asm/text-patching.h
270
#define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
arch/powerpc/kernel/module_64.c
1026
if ((((uint32_t *)location)[0] & ~0xfffc) != PPC_RAW_LD(_R2, _R12, 0))
arch/powerpc/kernel/module_64.c
147
PPC_RAW_LD(_R12, _R11, 32),
arch/powerpc/kernel/module_64.c
150
PPC_RAW_LD(_R2, _R11, 40),
arch/powerpc/kernel/module_64.c
501
PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase)),
arch/powerpc/kernel/module_64.c
509
PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
arch/powerpc/kernel/trace/ftrace.c
58
PPC_RAW_LD(_R2, _R12, -8)) &&
arch/powerpc/kernel/trace/ftrace.c
623
PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
arch/powerpc/kernel/trace/ftrace_64_pg.c
719
PPC_RAW_LD(_R12, _R13, PACATOC),
arch/powerpc/lib/feature-fixups.c
211
instrs[i++] = PPC_RAW_LD(_R10, _R13, 0);
arch/powerpc/lib/feature-fixups.c
252
instrs[i++] = PPC_RAW_LD(_R13, _R13, 0);
arch/powerpc/lib/test_emulate_step.c
99
stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0)));
arch/powerpc/net/bpf_jit.h
115
EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)))
arch/powerpc/net/bpf_jit_comp.c
1022
EMIT(PPC_RAW_LD(_R2, _R1, 24));
arch/powerpc/net/bpf_jit_comp.c
644
EMIT(PPC_RAW_LD(_R4, _R1, bpf_frame_size));
arch/powerpc/net/bpf_jit_comp.c
646
EMIT(PPC_RAW_LD(_R3, _R4, -BPF_PPC_TAILCALL));
arch/powerpc/net/bpf_jit_comp.c
963
EMIT(PPC_RAW_LD(_R2, _R1, 24));
arch/powerpc/net/bpf_jit_comp64.c
1202
EMIT(PPC_RAW_LD(tmp1_reg, _R13, offsetof(struct paca_struct, data_offset)));
arch/powerpc/net/bpf_jit_comp64.c
1352
EMIT(PPC_RAW_LD(tmp1_reg, _R13, 0));
arch/powerpc/net/bpf_jit_comp64.c
1595
EMIT(PPC_RAW_LD(dst_reg, src_reg, off));
arch/powerpc/net/bpf_jit_comp64.c
1635
EMIT(PPC_RAW_LD(dst_reg, tmp1_reg, off));
arch/powerpc/net/bpf_jit_comp64.c
1690
EMIT(PPC_RAW_LD(src_reg, _R13, offsetof(struct paca_struct, __current)));
arch/powerpc/net/bpf_jit_comp64.c
206
EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)));
arch/powerpc/net/bpf_jit_comp64.c
234
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_2), _R1, 0));
arch/powerpc/net/bpf_jit_comp64.c
235
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), -(BPF_PPC_TAILCALL)));
arch/powerpc/net/bpf_jit_comp64.c
296
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), _R5, 0));
arch/powerpc/net/bpf_jit_comp64.c
325
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
328
EMIT(PPC_RAW_LD(bpf_to_ppc(ARENA_VM_START), _R1,
arch/powerpc/net/bpf_jit_comp64.c
337
EMIT(PPC_RAW_LD(i, _R1, bpf_jit_stack_offsetof(ctx, i)));
arch/powerpc/net/bpf_jit_comp64.c
345
EMIT(PPC_RAW_LD(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp64.c
432
EMIT(PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase)));
arch/powerpc/net/bpf_jit_comp64.c
475
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), 0));
arch/powerpc/net/bpf_jit_comp64.c
484
EMIT(PPC_RAW_LD(_R2, bpf_to_ppc(TMP_REG_2), 8));
arch/powerpc/net/bpf_jit_comp64.c
495
EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)));
arch/powerpc/net/bpf_jit_comp64.c
603
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), _R1, bpf_jit_stack_tailcallinfo_offset(ctx)));
arch/powerpc/net/bpf_jit_comp64.c
608
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_1), 0));
arch/powerpc/net/bpf_jit_comp64.c
626
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_2), bpf_to_ppc(TMP_REG_2),
arch/powerpc/net/bpf_jit_comp64.c
637
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_2), bpf_to_ppc(TMP_REG_2),
arch/powerpc/net/bpf_jit_comp64.c
648
EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_2), _R1, bpf_jit_stack_tailcallinfo_offset(ctx)));
arch/powerpc/net/bpf_jit_comp64.c
868
EMIT(PPC_RAW_LD(dst_reg, src_reg, off));