Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dsstep.h34 LARX, enumerator
/Linux-v5.4/arch/powerpc/kernel/
Dhw_breakpoint.c205 return (!ret && (type == LARX || type == STCX)); in is_larx_stcx_instr()
Dalign.c348 if (type == LARX || type == STCX) in fix_alignment()
/Linux-v5.4/arch/powerpc/lib/
Dsstep.c2031 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2040 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2048 op->type = MKOP(LARX, 0, 1); in analyse_instr()
2056 op->type = MKOP(LARX, 0, 2); in analyse_instr()
2065 op->type = MKOP(LARX, 0, 16); in analyse_instr()
2863 case LARX: in emulate_loadstore()