Searched refs:EXCCODE_ALE (Results 1 – 2 of 2) sorted by relevance
68 [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()
1513 #define EXCCODE_ALE 9 /* Unalign Access */ macro