Searched refs:PPC_RAW_LDARX (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/powerpc/lib/ |
D | test_emulate_step.c | 250 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LDARX(5, 3, 4, 0))); in test_ldarx_stdcx()
|
/linux-6.1.9/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 790 EMIT(PPC_RAW_LDARX(tmp2_reg, tmp1_reg, dst_reg, 0)); in bpf_jit_build_body()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 371 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… macro
|