Searched refs:STCX (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 36 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 D | sstep.h | 35 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 D | align.c | 350 if (type == LARX || type == STCX) in fix_alignment()
|
H A D | hw_breakpoint.c | 504 return type == LARX || type == STCX; in is_larx_stcx_instr()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | align.c | 355 if (type == LARX || type == STCX) in fix_alignment()
|
H A D | hw_breakpoint.c | 257 return type == LARX || type == STCX; in is_larx_stcx_instr()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 2147 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 D | sstep.c | 2294 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