Searched refs:LARX (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 35 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 D | sstep.h | 34 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 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 | 2143 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 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()
|
Completed in 10 milliseconds