Home
last modified time | relevance | path

Searched refs:PPC_BPF_LL (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/net/
Dbpf_jit_comp64.c144 PPC_BPF_LL(b2p[i], 1, bpf_jit_stack_offsetof(ctx, b2p[i])); in bpf_jit_emit_common_epilogue()
150 PPC_BPF_LL(0, 1, PPC_LR_STKOFF); in bpf_jit_emit_common_epilogue()
173 PPC_BPF_LL(b2p[TMP_REG_1], b2p[TMP_REG_2], 0); in bpf_jit_emit_func_call_hlp()
182 PPC_BPF_LL(2, b2p[TMP_REG_2], 8); in bpf_jit_emit_func_call_hlp()
219 PPC_BPF_LL(2, 12, 8); in bpf_jit_emit_func_call_rel()
221 PPC_BPF_LL(12, 12, 0); in bpf_jit_emit_func_call_rel()
252 PPC_BPF_LL(b2p[TMP_REG_1], 1, bpf_jit_stack_tailcallcnt(ctx)); in bpf_jit_emit_tail_call()
265 PPC_BPF_LL(b2p[TMP_REG_1], b2p[TMP_REG_1], offsetof(struct bpf_array, ptrs)); in bpf_jit_emit_tail_call()
275 PPC_BPF_LL(b2p[TMP_REG_1], b2p[TMP_REG_1], offsetof(struct bpf_prog, bpf_func)); in bpf_jit_emit_tail_call()
808 PPC_BPF_LL(dst_reg, src_reg, off); in bpf_jit_build_body()
Dbpf_jit64.h71 #define PPC_BPF_LL(r, base, i) do { \ macro
Dbpf_jit_comp.c88 PPC_BPF_LL(0, 1, PPC_LR_STKOFF); in bpf_jit_build_epilogue()
90 PPC_BPF_LL(r_D, 1, -(REG_SZ*(32-r_D))); in bpf_jit_build_epilogue()
91 PPC_BPF_LL(r_HL, 1, -(REG_SZ*(32-r_HL))); in bpf_jit_build_epilogue()
97 PPC_BPF_LL(i, 1, -(REG_SZ*(32-i))); in bpf_jit_build_epilogue()
Dbpf_jit32.h121 #define PPC_BPF_LL(r, base, i) do { EMIT(PPC_RAW_LWZ(r, base, i)); } while(0) macro