Searched refs:PPC_RAW_LD (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | module_64.c | 147 PPC_RAW_LD(_R12, _R11, 32), 150 PPC_RAW_LD(_R2, _R11, 40), 501 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase)), 509 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/arch/powerpc/net/ |
| H A D | bpf_jit.h | 115 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)))
|
| H A D | bpf_jit_comp.c | 734 EMIT(PPC_RAW_LD(_R4, _R1, bpf_frame_size)); in bpf_trampoline_setup_tail_call_info() 736 EMIT(PPC_RAW_LD(_R3, _R4, -BPF_PPC_TAILCALL)); in bpf_trampoline_setup_tail_call_info() 1082 EMIT(PPC_RAW_LD(_R2, _R1, 24)); in __arch_prepare_bpf_trampoline() 1156 EMIT(PPC_RAW_LD(_R2, _R1, 24)); in __arch_prepare_bpf_trampoline()
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 58 PPC_RAW_LD(_R2, _R12, -8)) && in ftrace_call_adjust() 623 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), in ftrace_dyn_arch_init()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 474 #define PPC_RAW_LD(r, base, i) (0xe8000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_DS(i)) macro 608 #define PPC_RAW_LL PPC_RAW_LD
|