Home
last modified time | relevance | path

Searched defs:PPC_BPF_STLU (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/net/
Dbpf_jit.h127 #define PPC_BPF_STLU(r, base, i) do { PPC_STDU(r, base, i); } while(0) macro
131 #define PPC_BPF_STLU(r, base, i) do { PPC_STWU(r, base, i); } while(0) macro