Home
last modified time | relevance | path

Searched refs:LARX (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsstep.h35 LARX, enumerator
53 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
118 /* For LOAD/STORE/LARX/STCX */
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsstep.h34 LARX, enumerator
52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
117 /* For LOAD/STORE/LARX/STCX */
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dalign.c350 if (type == LARX || type == STCX) in fix_alignment()
H A Dhw_breakpoint.c504 return type == LARX || type == STCX; in is_larx_stcx_instr()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dalign.c355 if (type == LARX || type == STCX) in fix_alignment()
H A Dhw_breakpoint.c257 return type == LARX || type == STCX; in is_larx_stcx_instr()
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dsstep.c2143 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2152 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2160 op->type = MKOP(LARX, 0, 1); in analyse_instr()
2168 op->type = MKOP(LARX, 0, 2); in analyse_instr()
2177 op->type = MKOP(LARX, 0, 16); in analyse_instr()
3156 case LARX: in emulate_loadstore()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dsstep.c2290 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2299 op->type = MKOP(LARX, 0, 1); in analyse_instr()
2307 op->type = MKOP(LARX, 0, 2); in analyse_instr()
2316 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2325 op->type = MKOP(LARX, 0, 16); in analyse_instr()
3340 case LARX: in emulate_loadstore()

Completed in 10 milliseconds