Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A 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)),
708 if ((((uint32_t *)location)[0] & ~0xfffc) != PPC_RAW_LD(_R2, _R12, 0)) in apply_relocate_add()
/linux/arch/powerpc/net/
A Dbpf_jit64.h77 EMIT(PPC_RAW_LD(r, base, i)); \
A Dbpf_jit_comp64.c683 EMIT(PPC_RAW_LD(b2p[TMP_REG_1], _R13, 0)); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
A Dcode-patching.h182 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
A Dppc-opcode.h459 #define PPC_RAW_LD(r, base, i) (PPC_INST_LD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_DS(i)) macro
/linux/arch/powerpc/lib/
A 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()
A Dtest_emulate_step.c102 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()

Completed in 23 milliseconds