Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h476 #define PPC_RAW_LWZ(r, base, i) (0x80000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) macro
603 #define PPC_RAW_LL PPC_RAW_LWZ
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c997 EMIT(PPC_RAW_LWZ(_R4, _R3, 4)); in __arch_prepare_bpf_trampoline()