Home
last modified time | relevance | path

Searched refs:EXCCODE_TLBS (Results 1 – 3 of 3) sorted by relevance

/arch/mips/kvm/
Dmips.c1251 case EXCCODE_TLBS: in kvm_mips_handle_exit()
/arch/mips/kernel/
Dtraps.c2456 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init()
/arch/mips/include/asm/
Dmipsregs.h457 #define EXCCODE_TLBS 3 /* TLB miss on a store */ macro