Searched refs:EXCCODE_TLBL (Results 1 – 6 of 6) sorted by relevance
268 set_handler(EXCCODE_TLBL * VECSIZE, handle_tlb_load, VECSIZE); in setup_tlb_handler()
201 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
1386 #define EXCCODE_TLBL 1 /* TLB miss on a load */ macro
1267 case EXCCODE_TLBL: in __kvm_mips_handle_exit()
2461 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init()
441 #define EXCCODE_TLBL 2 /* TLB miss on load or ifetch */ macro