Home
last modified time | relevance | path

Searched refs:PPC_RAW_LD (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp64.c134 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue()
186 EMIT(PPC_RAW_LD(bpf_to_ppc(i), _R1, bpf_jit_stack_offsetof(ctx, bpf_to_ppc(i)))); in bpf_jit_emit_common_epilogue()
192 EMIT(PPC_RAW_LD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_emit_common_epilogue()
231 EMIT(PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase))); in bpf_jit_emit_func_call_rel()
274 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), 0)); in bpf_jit_emit_func_call_rel()
283 EMIT(PPC_RAW_LD(_R2, bpf_to_ppc(TMP_REG_2), 8)); in bpf_jit_emit_func_call_rel()
294 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_emit_func_call_rel()
329 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), _R1, bpf_jit_stack_tailcallcnt(ctx))); in bpf_jit_emit_tail_call()
342 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()
798 EMIT(PPC_RAW_LD(tmp1_reg, _R13, 0)); in bpf_jit_build_body()
[all …]
H A Dbpf_jit.h92 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)))
H A Dbpf_jit_comp.c879 EMIT(PPC_RAW_LD(_R2, _R1, 24)); in __arch_prepare_bpf_trampoline()
936 EMIT(PPC_RAW_LD(_R2, _R1, 24)); in __arch_prepare_bpf_trampoline()
/linux-6.15/arch/powerpc/kernel/
H A Dmodule_64.c147 PPC_RAW_LD(_R12, _R11, 32),
150 PPC_RAW_LD(_R2, _R11, 40),
502 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase)),
510 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
1026 if ((((uint32_t *)location)[0] & ~0xfffc) != PPC_RAW_LD(_R2, _R12, 0)) in apply_relocate_add()
/linux-6.15/arch/powerpc/include/asm/
H A Dtext-patching.h270 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
H A Dppc-opcode.h473 #define PPC_RAW_LD(r, base, i) (0xe8000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_DS(i)) macro
606 #define PPC_RAW_LL PPC_RAW_LD
/linux-6.15/arch/powerpc/lib/
H A Dfeature-fixups.c211 instrs[i++] = PPC_RAW_LD(_R10, _R13, 0); in do_stf_entry_barrier_fixups()
252 instrs[i++] = PPC_RAW_LD(_R13, _R13, 0); in do_stf_exit_barrier_fixups()
H A Dtest_emulate_step.c99 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()
/linux-6.15/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c719 PPC_RAW_LD(_R12, _R13, PACATOC), in ftrace_dyn_arch_init()
H A Dftrace.c599 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), in ftrace_dyn_arch_init()