Searched refs:EXCCODE_TLBL (Results 1 – 6 of 6) sorted by relevance
274 exception_table[EXCCODE_TLBL] = handle_tlb_load_ptw; in setup_tlb_handler()284 for (int i = EXCCODE_TLBL; i <= EXCCODE_TLBPE; i++) in setup_tlb_handler()
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()
1502 #define EXCCODE_TLBL 1 /* TLB miss on a load */1495 #define EXCCODE_TLBL global() macro
2432 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init()
586 #define EXCCODE_TLBL 2 /* TLB miss on load or ifetch */ macro