Searched refs:EXCCODE_TLBL (Results 1 – 5 of 5) sorted by relevance
61 [EXCCODE_TLBL] = handle_tlb_load,263 case EXCCODE_TLBL: return "PIL"; in humanize_exc_name()373 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
1233 case EXCCODE_TLBL: in __kvm_mips_handle_exit()
1503 #define EXCCODE_TLBL 1 /* TLB miss on a load */ macro
2432 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init()
586 #define EXCCODE_TLBL 2 /* TLB miss on load or ifetch */ macro