Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit32.h126 #define PPC_BPF_STL(r, base, i) do { PPC_STW(r, base, i); } while(0)
Dbpf_jit.h58 #define PPC_STW(r, base, i) EMIT(PPC_INST_STW | ___PPC_RS(r) | \ macro
Dbpf_jit_comp64.c665 PPC_STW(src_reg, dst_reg, off); in bpf_jit_build_body()