Searched refs:PPC_BPF_LL (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/powerpc/net/ |
D | bpf_jit_comp.c | 93 PPC_BPF_LL(0, 1, PPC_LR_STKOFF); in bpf_jit_build_epilogue() 95 PPC_BPF_LL(r_D, 1, -(REG_SZ*(32-r_D))); in bpf_jit_build_epilogue() 96 PPC_BPF_LL(r_HL, 1, -(REG_SZ*(32-r_HL))); in bpf_jit_build_epilogue() 102 PPC_BPF_LL(i, 1, -(REG_SZ*(32-i))); in bpf_jit_build_epilogue()
|
D | bpf_jit.h | 125 #define PPC_BPF_LL(r, base, i) do { PPC_LD(r, base, i); } while(0) macro 129 #define PPC_BPF_LL(r, base, i) do { PPC_LWZ(r, base, i); } while(0) macro
|