Searched refs:PPC_RAW_LL (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 89 EMIT(PPC_RAW_LL(_R12, _R12, -8-SZL)); in bpf_jit_build_fentry_stubs() 570 EMIT(PPC_RAW_LL(_R12, _R25, offsetof(struct bpf_prog, bpf_func))); in invoke_bpf_prog() 618 EMIT(PPC_RAW_LL(_R3, _R1, retval_off)); in invoke_bpf_mod_ret() 664 EMIT(PPC_RAW_LL(_R4, _R1, r4_off)); in bpf_trampoline_setup_tail_call_info() 692 EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL)); in bpf_trampoline_save_args() 703 EMIT(PPC_RAW_LL(_R3 + i, _R1, regs_off + i * SZL)); in bpf_trampoline_restore_args_regs() 716 EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL)); in bpf_trampoline_restore_args_stack() 951 EMIT(PPC_RAW_LL(_R3, _R1, retaddr_off)); in __arch_prepare_bpf_trampoline() 1014 EMIT(PPC_RAW_LL(_R3, _R1, retval_off)); in __arch_prepare_bpf_trampoline() 1017 EMIT(PPC_RAW_LL(_R26, _R1, nvr_off + SZL)); in __arch_prepare_bpf_trampoline() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 603 #define PPC_RAW_LL PPC_RAW_LWZ macro 608 #define PPC_RAW_LL PPC_RAW_LD macro
|