Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsstep.h36 STCX, enumerator
54 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX)
55 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX)
118 /* For LOAD/STORE/LARX/STCX */
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsstep.h35 STCX, enumerator
53 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX)
54 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX)
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.c2147 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2156 op->type = MKOP(STCX, 0, 8); in analyse_instr()
2164 op->type = MKOP(STCX, 0, 1); in analyse_instr()
2172 op->type = MKOP(STCX, 0, 2); in analyse_instr()
2182 op->type = MKOP(STCX, 0, 16); in analyse_instr()
3194 case STCX: in emulate_loadstore()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dsstep.c2294 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2303 op->type = MKOP(STCX, 0, 1); in analyse_instr()
2311 op->type = MKOP(STCX, 0, 2); in analyse_instr()
2320 op->type = MKOP(STCX, 0, 8); in analyse_instr()
2330 op->type = MKOP(STCX, 0, 16); in analyse_instr()
3378 case STCX: in emulate_loadstore()

Completed in 11 milliseconds