Searched refs:PPC_BPF_STLU (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/net/ |
| H A D | bpf_jit64.h | 87 #define PPC_BPF_STLU(r, base, i) do { EMIT(PPC_RAW_STDU(r, base, i)); } while(0) macro
|
| H A D | bpf_jit32.h | 123 #define PPC_BPF_STLU(r, base, i) do { EMIT(PPC_RAW_STWU(r, base, i)); } while(0) macro
|
| H A D | bpf_jit_comp.c | 51 PPC_BPF_STLU(1, 1, -BPF_PPC_STACKFRAME); in bpf_jit_build_prologue()
|
| H A D | bpf_jit_comp64.c | 119 PPC_BPF_STLU(1, 1, -(BPF_PPC_STACKFRAME + ctx->stack_size)); in bpf_jit_build_prologue()
|