Searched refs:EXCCODE_TLBS (Results 1 – 6 of 6) sorted by relevance
276 set_handler(EXCCODE_TLBS * VECSIZE, handle_tlb_store, VECSIZE); in setup_tlb_handler()281 set_handler(EXCCODE_TLBS * VECSIZE, handle_tlb_store_ptw, VECSIZE); in setup_tlb_handler()
237 case EXCCODE_TLBS: return "PIS"; in humanize_exc_name()
1227 case EXCCODE_TLBS: in __kvm_mips_handle_exit()
1370 #define EXCCODE_TLBS 2 /* TLB miss on a store */ macro
2468 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init()
442 #define EXCCODE_TLBS 3 /* TLB miss on a store */ macro