Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit.h56 #define PPC_STW(r, base, i) EMIT(PPC_INST_STW | ___PPC_RS(r) | \ macro
95 #define PPC_BPF_STL(r, base, i) do { PPC_STW(r, base, i); } while(0)
Dbpf_jit_comp64.c624 PPC_STW(src_reg, dst_reg, off); in bpf_jit_build_body()