Home
last modified time | relevance | path

Searched refs:LARX (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/powerpc/include/asm/
Dsstep.h35 LARX, enumerator
53 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
/Linux-v5.10/arch/powerpc/kernel/
Dalign.c350 if (type == LARX || type == STCX) in fix_alignment()
Dhw_breakpoint.c499 return type == LARX || type == STCX; in is_larx_stcx_instr()
/Linux-v5.10/arch/powerpc/lib/
Dsstep.c2115 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2124 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2132 op->type = MKOP(LARX, 0, 1); in analyse_instr()
2140 op->type = MKOP(LARX, 0, 2); in analyse_instr()
2149 op->type = MKOP(LARX, 0, 16); in analyse_instr()
3065 case LARX: in emulate_loadstore()