Home
last modified time | relevance | path

Searched refs:PPC_BPF_STLU (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/powerpc/net/
Dbpf_jit64.h85 #define PPC_BPF_STLU(r, base, i) do { PPC_STDU(r, base, i); } while(0) macro
Dbpf_jit32.h123 #define PPC_BPF_STLU(r, base, i) do { PPC_STWU(r, base, i); } while(0) macro
Dbpf_jit_comp.c51 PPC_BPF_STLU(1, 1, -BPF_PPC_STACKFRAME); in bpf_jit_build_prologue()
Dbpf_jit_comp64.c118 PPC_BPF_STLU(1, 1, -(BPF_PPC_STACKFRAME + ctx->stack_size)); in bpf_jit_build_prologue()