Home
last modified time | relevance | path

Searched refs:EXCCODE_TLBNR (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/loongarch/mm/
Dtlb.c284 set_handler(EXCCODE_TLBNR * VECSIZE, handle_tlb_protect, VECSIZE); in setup_tlb_handler()
/linux-6.6.21/arch/loongarch/kernel/
Dtraps.c240 case EXCCODE_TLBNR: return "PNR"; in humanize_exc_name()
/linux-6.6.21/arch/loongarch/include/asm/
Dloongarch.h1313 #define EXCCODE_TLBNR 5 /* TLB Read-Inhibit exception */ macro