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