Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
H A Dtlb.c274 exception_table[EXCCODE_TLBL] = handle_tlb_load_ptw; in setup_tlb_handler()
284 for (int i = EXCCODE_TLBL; i <= EXCCODE_TLBPE; i++) in setup_tlb_handler()
/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.h1502 #define EXCCODE_TLBL 1 /* TLB miss on a load */
1495 #define EXCCODE_TLBL global() 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