Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/mm/
H A Dtlb.c275 set_handler(EXCCODE_TLBL * VECSIZE, handle_tlb_load, VECSIZE); in setup_tlb_handler()
280 set_handler(EXCCODE_TLBL * VECSIZE, handle_tlb_load_ptw, VECSIZE); in setup_tlb_handler()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c236 case EXCCODE_TLBL: return "PIL"; in humanize_exc_name()
346 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
/openbmc/linux/arch/mips/kvm/
H A Dmips.c1236 case EXCCODE_TLBL: in __kvm_mips_handle_exit()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1369 #define EXCCODE_TLBL 1 /* TLB miss on a load */ macro
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c2467 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h441 #define EXCCODE_TLBL 2 /* TLB miss on load or ifetch */ macro