PPC_BPF_STLU      123 arch/powerpc/net/bpf_jit32.h #define PPC_BPF_STLU(r, base, i) do { PPC_STWU(r, base, i); } while(0)
PPC_BPF_STLU       85 arch/powerpc/net/bpf_jit64.h #define PPC_BPF_STLU(r, base, i) do { PPC_STDU(r, base, i); } while(0)