Home
last modified time | relevance | path

Searched refs:PPC_RAW_LL (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c89 EMIT(PPC_RAW_LL(_R12, _R12, -8-SZL)); in bpf_jit_build_fentry_stubs()
660 EMIT(PPC_RAW_LL(_R12, _R25, offsetof(struct bpf_prog, bpf_func))); in invoke_bpf_prog()
708 EMIT(PPC_RAW_LL(_R3, _R1, retval_off)); in invoke_bpf_mod_ret()
754 EMIT(PPC_RAW_LL(_R4, _R1, r4_off)); in bpf_trampoline_restore_tail_call_cnt()
782 EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL));
793 EMIT(PPC_RAW_LL(_R3 + i, _R1, regs_off + i * SZL)); in bpf_trampoline_restore_args_stack()
806 EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL));
1070 EMIT(PPC_RAW_LL(_R3, _R1, retaddr_off)); in __arch_prepare_bpf_trampoline()
1148 EMIT(PPC_RAW_LL(_R3, _R1, retval_off)); in __arch_prepare_bpf_trampoline()
1151 EMIT(PPC_RAW_LL(_R2 in __arch_prepare_bpf_trampoline()
[all...]
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h603 #define PPC_RAW_LL PPC_RAW_LWZ macro
608 #define PPC_RAW_LL PPC_RAW_LD macro