Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
A Dtlb.c272 exception_table[EXCCODE_TLBL] = handle_tlb_load_ptw; in setup_tlb_handler()
282 for (int i = EXCCODE_TLBL; i <= EXCCODE_TLBPE; i++) in setup_tlb_handler()
/linux/arch/loongarch/kernel/
A Dtraps.c60 [EXCCODE_TLBL] = handle_tlb_load,
262 case EXCCODE_TLBL: return "PIL"; in humanize_exc_name()
372 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
/linux/arch/loongarch/kvm/
A Dexit.c875 [EXCCODE_TLBL] = kvm_handle_read_fault,
/linux/arch/loongarch/include/asm/
A Dloongarch.h1344 #define EXCCODE_TLBL 1 /* TLB miss on a load */ macro
/linux/arch/mips/kvm/
A Dmips.c1234 case EXCCODE_TLBL: in __kvm_mips_handle_exit()
/linux/arch/mips/kernel/
A Dtraps.c2431 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init()
/linux/arch/mips/include/asm/
A Dmipsregs.h586 #define EXCCODE_TLBL 2 /* TLB miss on load or ifetch */ macro

Completed in 33 milliseconds