Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c61 [EXCCODE_TLBL] = handle_tlb_load,
263 case EXCCODE_TLBL: return "PIL"; in humanize_exc_name()
373 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
/linux/arch/mips/kvm/
H A Dmips.c1233 case EXCCODE_TLBL: in __kvm_mips_handle_exit()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1503 #define EXCCODE_TLBL 1 /* TLB miss on a load */ macro
/linux/arch/mips/kernel/
H A Dtraps.c2432 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init()
/linux/arch/mips/include/asm/
H A Dmipsregs.h586 #define EXCCODE_TLBL 2 /* TLB miss on load or ifetch */ macro