Searched refs:PPC_STWU (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/net/ | ||
D | bpf_jit32.h | 127 #define PPC_BPF_STLU(r, base, i) do { PPC_STWU(r, base, i); } while(0) |
D | bpf_jit.h | 60 #define PPC_STWU(r, base, i) EMIT(PPC_INST_STWU | ___PPC_RS(r) | \ macro |