Searched refs:PPC_BPF_STLU (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/powerpc/net/ |
D | bpf_jit.h | 127 #define PPC_BPF_STLU(r, base, i) do { PPC_STDU(r, base, i); } while(0) macro 131 #define PPC_BPF_STLU(r, base, i) do { PPC_STWU(r, base, i); } while(0) macro
|
D | bpf_jit_comp.c | 56 PPC_BPF_STLU(1, 1, -BPF_PPC_STACKFRAME); in bpf_jit_build_prologue()
|