Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/loongarch/mm/
A Dtlb.c268 set_handler(EXCCODE_TLBL * VECSIZE, handle_tlb_load, VECSIZE); in setup_tlb_handler()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dtraps.c198 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
/linux-6.3-rc2/arch/mips/kvm/
A Dmips.c1242 case EXCCODE_TLBL: in __kvm_mips_handle_exit()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dloongarch.h1389 #define EXCCODE_TLBL 1 /* TLB miss on a load */ macro
/linux-6.3-rc2/arch/mips/kernel/
A Dtraps.c2461 set_except_vector(EXCCODE_TLBL, handle_tlbl); in trap_init()
/linux-6.3-rc2/arch/mips/include/asm/
A Dmipsregs.h441 #define EXCCODE_TLBL 2 /* TLB miss on load or ifetch */ macro

Completed in 33 milliseconds