Searched defs:PPC_BPF_LL (Results 1 – 2 of 2) sorted by relevance
/linux-5.10/arch/powerpc/net/ | ||
D | bpf_jit64.h | 71 #define PPC_BPF_LL(r, base, i) do { \ macro |
D | bpf_jit32.h | 121 #define PPC_BPF_LL(r, base, i) do { EMIT(PPC_RAW_LWZ(r, base, i)); } while(0) macro |