Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/net/
Dbpf_jit_comp64.c792 EMIT(PPC_RAW_LWARX(tmp2_reg, tmp1_reg, dst_reg, 0)); in bpf_jit_build_body()
Dbpf_jit_comp32.c803 EMIT(PPC_RAW_LWARX(_R0, tmp_reg, dst_reg, 0)); in bpf_jit_build_body()
/Linux-v6.1/arch/powerpc/include/asm/
Dppc-opcode.h372 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… macro