Home
last modified time | relevance | path

Searched refs:EXCCODE_ALE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dtraps.c68 [EXCCODE_ALE] = handle_ale,
276 case EXCCODE_ALE: return "ALE"; in humanize_exc_name()
373 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1513 #define EXCCODE_ALE 9 /* Unalign Access */ macro