Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h475 #define PPC_RAW_LWA(r, base, i) (0xe8000002 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_DS(i)) macro
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c1626 EMIT(PPC_RAW_LWA(dst_reg, src_reg, off)); in bpf_jit_build_body()