Searched refs:PPC_RAW_LD (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | module_64.c | 131 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 D | bpf_jit64.h | 77 EMIT(PPC_RAW_LD(r, base, i)); \
|
A D | bpf_jit_comp64.c | 683 EMIT(PPC_RAW_LD(b2p[TMP_REG_1], _R13, 0)); in bpf_jit_build_body()
|
/linux/arch/powerpc/include/asm/ |
A D | code-patching.h | 182 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
|
A D | ppc-opcode.h | 459 #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 D | feature-fixups.c | 143 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 D | test_emulate_step.c | 102 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()
|
Completed in 23 milliseconds