Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/net/
Dbpf_jit_comp64.c793 EMIT(PPC_RAW_LWARX(tmp2_reg, 0, tmp1_reg, 0)); in bpf_jit_build_body()
Dbpf_jit_comp32.c813 EMIT(PPC_RAW_LWARX(_R0, tmp_reg, dst_reg, 0)); in bpf_jit_build_body()
/linux-5.19.10/arch/powerpc/include/asm/
Dppc-opcode.h381 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… macro