Searched refs:PPC_RAW_LD (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 131 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue() 183 EMIT(PPC_RAW_LD(bpf_to_ppc(i), _R1, bpf_jit_stack_offsetof(ctx, bpf_to_ppc(i)))); in bpf_jit_emit_common_epilogue() 189 EMIT(PPC_RAW_LD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_emit_common_epilogue() 304 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), _R1, bpf_jit_stack_tailcallcnt(ctx))); in bpf_jit_emit_tail_call() 317 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_1), offsetof(struct bpf_array, ptrs))); in bpf_jit_emit_tail_call() 327 …EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_1), offsetof(struct bpf_prog, bpf_func))… in bpf_jit_emit_tail_call() 741 EMIT(PPC_RAW_LD(tmp1_reg, _R13, 0)); in bpf_jit_build_body() 934 EMIT(PPC_RAW_LD(dst_reg, src_reg, off)); in bpf_jit_build_body()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | module_64.c | 147 PPC_RAW_LD(_R12, _R11, 32), 150 PPC_RAW_LD(_R2, _R11, 40), 472 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase)), 480 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), 997 if ((((uint32_t *)location)[0] & ~0xfffc) != PPC_RAW_LD(_R2, _R12, 0)) in apply_relocate_add()
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | code-patching.h | 232 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
|
D | ppc-opcode.h | 473 #define PPC_RAW_LD(r, base, i) (0xe8000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_DS(i)) macro
|
/linux-6.6.21/arch/powerpc/kernel/trace/ |
D | ftrace.c | 353 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), in ftrace_dyn_arch_init()
|
D | ftrace_64_pg.c | 729 PPC_RAW_LD(_R12, _R13, PACATOC), in ftrace_dyn_arch_init()
|
/linux-6.6.21/arch/powerpc/lib/ |
D | feature-fixups.c | 204 instrs[i++] = PPC_RAW_LD(_R10, _R13, 0); in do_stf_entry_barrier_fixups() 245 instrs[i++] = PPC_RAW_LD(_R13, _R13, 0); in do_stf_exit_barrier_fixups()
|
D | test_emulate_step.c | 99 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()
|