Searched refs:BPF_PPC_TAILCALL (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 61 BPF_PPC_TAILCALL) 147 return -(BPF_PPC_TAILCALL in bpf_jit_stack_local() 176 - (8 * (32 - reg)) - BPF_PPC_TAILCALL; in bpf_jit_stack_offsetof() 221 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_TAILCALL))); in bpf_jit_build_prologue() 235 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), -(BPF_PPC_TAILCALL))); in bpf_jit_build_prologue() 239 -(BPF_PPC_TAILCALL))); in bpf_jit_build_prologue() 240 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_TAILCALL))); in bpf_jit_build_prologue()
|
| H A D | bpf_jit_comp.c | 646 EMIT(PPC_RAW_LD(_R3, _R4, -BPF_PPC_TAILCALL)); in bpf_trampoline_setup_tail_call_info() 654 EMIT(PPC_RAW_ADDI(_R3, _R4, -BPF_PPC_TAILCALL)); in bpf_trampoline_setup_tail_call_info() 661 EMIT(PPC_RAW_STL(_R3, _R1, bpf_frame_size - BPF_PPC_TAILCALL)); in bpf_trampoline_setup_tail_call_info() 851 bpf_frame_size += BPF_PPC_TAILCALL; in __arch_prepare_bpf_trampoline()
|
| H A D | bpf_jit.h | 27 #define BPF_PPC_TAILCALL 8 macro
|