Home
last modified time | relevance | path

Searched refs:PPC_STW (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/net/
Dbpf_jit32.h122 #define PPC_BPF_STL(r, base, i) do { PPC_STW(r, base, i); } while(0)
Dbpf_jit.h54 #define PPC_STW(r, base, i) EMIT(PPC_INST_STW | ___PPC_RS(r) | \ macro
Dbpf_jit_comp64.c672 PPC_STW(src_reg, dst_reg, off); in bpf_jit_build_body()