Searched refs:LARX (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | sstep.h | 35 LARX, enumerator 53 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | align.c | 350 if (type == LARX || type == STCX) in fix_alignment()
|
D | hw_breakpoint.c | 499 return type == LARX || type == STCX; in is_larx_stcx_instr()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
D | sstep.c | 2127 op->type = MKOP(LARX, 0, 4); in analyse_instr() 2136 op->type = MKOP(LARX, 0, 8); in analyse_instr() 2144 op->type = MKOP(LARX, 0, 1); in analyse_instr() 2152 op->type = MKOP(LARX, 0, 2); in analyse_instr() 2161 op->type = MKOP(LARX, 0, 16); in analyse_instr() 3138 case LARX: in emulate_loadstore()
|