Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp64.c676 EMIT(PPC_RAW_LWBRX(dst_reg, 0, tmp1_reg)); in bpf_jit_build_body()
680 EMIT(PPC_RAW_LWBRX(tmp2_reg, tmp2_reg, tmp1_reg)); in bpf_jit_build_body()
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h505 #define PPC_RAW_LWBRX(r, base, b) (0x7c00042c | ___PPC_RT(r) | ___PPC_RA(base) | ___PPC_RB(b)) macro