Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/net/
Dbpf_jit64.h77 EMIT(PPC_RAW_LD(r, base, i)); \
Dbpf_jit_comp64.c683 EMIT(PPC_RAW_LD(b2p[TMP_REG_1], _R13, 0)); in bpf_jit_build_body()
/Linux-v5.15/arch/powerpc/kernel/
Dmodule_64.c131 PPC_RAW_LD(_R12, _R11, 32),
134 PPC_RAW_LD(_R2, _R11, 40),
332 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
682 if ((((uint32_t *)location)[0] & ~0xfffc) != PPC_RAW_LD(_R2, _R12, 0)) in apply_relocate_add()
/Linux-v5.15/arch/powerpc/include/asm/
Dcode-patching.h182 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
Dppc-opcode.h459 #define PPC_RAW_LD(r, base, i) (PPC_INST_LD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_DS(i)) macro
/Linux-v5.15/arch/powerpc/lib/
Dfeature-fixups.c143 instrs[i++] = PPC_RAW_LD(_R10, _R13, 0); in do_stf_entry_barrier_fixups()
199 instrs[i++] = PPC_RAW_LD(_R13, _R13, 0); in do_stf_exit_barrier_fixups()
Dtest_emulate_step.c102 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()