Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/net/
Dbpf_jit32.h122 #define PPC_BPF_STL(r, base, i) do { EMIT(PPC_RAW_STW(r, base, i)); } while(0)
Dbpf_jit_comp64.c674 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body()
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h444 #define PPC_RAW_STW(r, base, i) (0x90000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro