Searched refs:PPC_RAW_LWARX (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 340 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… macro 521 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_RAW_LWARX(t, a, b, eh))
|
/Linux-v5.10/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 694 EMIT(PPC_RAW_LWARX(b2p[TMP_REG_2], 0, b2p[TMP_REG_1], 0)); in bpf_jit_build_body()
|