Searched defs:PPC_BPF_STL (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/arch/powerpc/net/ |
| D | bpf_jit64.h | 79 #define PPC_BPF_STL(r, base, i) do { \ macro
|
| D | bpf_jit32.h | 122 #define PPC_BPF_STL(r, base, i) do { EMIT(PPC_RAW_STW(r, base, i)); } while(0) macro
|
| /kernel/linux/linux-4.19/arch/powerpc/net/ |
| D | bpf_jit64.h | 82 #define PPC_BPF_STL(r, base, i) do { \ macro
|
| D | bpf_jit32.h | 127 #define PPC_BPF_STL(r, base, i) do { PPC_STW(r, base, i); } while(0) macro
|