Home
last modified time | relevance | path

Searched refs:PPC_BPF_STL (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/net/
Dbpf_jit_comp.c40 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()
Dbpf_jit.h126 #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