Searched refs:PPC_BPF_STL (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/net/ |
D | bpf_jit_comp.c | 40 PPC_BPF_STL(0, 1, PPC_LR_STKOFF); in bpf_jit_build_prologue() 43 PPC_BPF_STL(r_D, 1, -(REG_SZ*(32-r_D))); in bpf_jit_build_prologue() 44 PPC_BPF_STL(r_HL, 1, -(REG_SZ*(32-r_HL))); in bpf_jit_build_prologue() 53 PPC_BPF_STL(i, 1, -(REG_SZ*(32-i))); in bpf_jit_build_prologue()
|
D | bpf_jit.h | 126 #define PPC_BPF_STL(r, base, i) do { PPC_STD(r, base, i); } while(0) macro 130 #define PPC_BPF_STL(r, base, i) do { PPC_STW(r, base, i); } while(0) macro
|