Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp.c92 PPC_BPF_LL(0, 1, PPC_LR_STKOFF); in bpf_jit_build_epilogue()
94 PPC_BPF_LL(r_D, 1, -(REG_SZ*(32-r_D))); in bpf_jit_build_epilogue()
95 PPC_BPF_LL(r_HL, 1, -(REG_SZ*(32-r_HL))); in bpf_jit_build_epilogue()
101 PPC_BPF_LL(i, 1, -(REG_SZ*(32-i))); in bpf_jit_build_epilogue()
Dbpf_jit_comp64.c147 PPC_BPF_LL(b2p[i], 1, bpf_jit_stack_offsetof(ctx, b2p[i])); in bpf_jit_emit_common_epilogue()
153 PPC_BPF_LL(0, 1, PPC_LR_STKOFF); in bpf_jit_emit_common_epilogue()
196 PPC_BPF_LL(2, 12, 8); in bpf_jit_emit_func_call()
198 PPC_BPF_LL(12, 12, 0); in bpf_jit_emit_func_call()
Dbpf_jit.h90 #define PPC_BPF_LL(r, base, i) do { PPC_LD(r, base, i); } while(0) macro
94 #define PPC_BPF_LL(r, base, i) do { PPC_LWZ(r, base, i); } while(0) macro