Searched refs:EXCCODE_ALE (Results 1 – 2 of 2) sorted by relevance
198 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()709 set_handler(EXCCODE_ALE * VECSIZE, handle_ale, VECSIZE); in trap_init()
1417 #define EXCCODE_ALE 9 /* Unalign Access */ macro