Searched refs:PPC_BPF_STLU (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/net/ |
D | bpf_jit.h | 92 #define PPC_BPF_STLU(r, base, i) do { PPC_STDU(r, base, i); } while(0) macro 96 #define PPC_BPF_STLU(r, base, i) do { PPC_STWU(r, base, i); } while(0) macro
|
D | bpf_jit_comp.c | 55 PPC_BPF_STLU(1, 1, -BPF_PPC_STACKFRAME); in bpf_jit_build_prologue()
|
D | bpf_jit_comp64.c | 122 PPC_BPF_STLU(1, 1, -(BPF_PPC_STACKFRAME + ctx->stack_size)); in bpf_jit_build_prologue()
|