Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/mm/
H A Dtlb.c276 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()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c237 case EXCCODE_TLBS: return "PIS"; in humanize_exc_name()
/openbmc/linux/arch/mips/kvm/
H A Dmips.c1227 case EXCCODE_TLBS: in __kvm_mips_handle_exit()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1370 #define EXCCODE_TLBS 2 /* TLB miss on a store */ macro
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c2468 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h442 #define EXCCODE_TLBS 3 /* TLB miss on a store */ macro