Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/net/
Dbpf_jit32.h75 #define PPC_LBZ_OFFS(r, base, i) do { if ((i) < 32768) EMIT(PPC_RAW_LBZ(r, base, i)); \
77 EMIT(PPC_RAW_LBZ(r, r, IMM_L(i))); } } while(0)
Dbpf_jit_comp64.c790 EMIT(PPC_RAW_LBZ(dst_reg, src_reg, off)); in bpf_jit_build_body()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dppc-opcode.h449 #define PPC_RAW_LBZ(r, base, i) (0x88000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) macro