Searched refs:PPC_STDU (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/net/ | ||
D | bpf_jit64.h | 107 #define PPC_BPF_STLU(r, base, i) do { PPC_STDU(r, base, i); } while(0) |
D | bpf_jit.h | 56 #define PPC_STDU(r, base, i) EMIT(PPC_INST_STDU | ___PPC_RS(r) | \ macro |