Searched refs:EXCCODE_TLBS (Results 1 – 6 of 6) sorted by relevance
275 exception_table[EXCCODE_TLBS] = handle_tlb_store_ptw; in setup_tlb_handler()
62 [EXCCODE_TLBS] = handle_tlb_store,264 case EXCCODE_TLBS: return "PIS"; in humanize_exc_name()
1224 case EXCCODE_TLBS: in __kvm_mips_handle_exit()
1503 #define EXCCODE_TLBS 2 /* TLB miss on a store */1496 #define EXCCODE_TLBS global() macro
2433 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init()
587 #define EXCCODE_TLBS 3 /* TLB miss on a store */ macro