Searched refs:LARX (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/arch/powerpc/include/asm/ |
D | sstep.h | 34 LARX, enumerator 52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | align.c | 355 if (type == LARX || type == STCX) in fix_alignment()
|
D | hw_breakpoint.c | 257 return type == LARX || type == STCX; in is_larx_stcx_instr()
|
/linux-6.6.21/arch/powerpc/lib/ |
D | sstep.c | 2290 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()
|