Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
H A Dtlb.c275 exception_table[EXCCODE_TLBS] = handle_tlb_store_ptw; in setup_tlb_handler()
/linux/arch/loongarch/kernel/
H A Dtraps.c62 [EXCCODE_TLBS] = handle_tlb_store,
264 case EXCCODE_TLBS: return "PIS"; in humanize_exc_name()
/linux/arch/mips/kvm/
H A Dmips.c1224 case EXCCODE_TLBS: in __kvm_mips_handle_exit()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1503 #define EXCCODE_TLBS 2 /* TLB miss on a store */
1496 #define EXCCODE_TLBS global() macro
/linux/arch/mips/kernel/
H A Dtraps.c2433 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init()
/linux/arch/mips/include/asm/
H A Dmipsregs.h587 #define EXCCODE_TLBS 3 /* TLB miss on a store */ macro