Home
last modified time | relevance | path

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

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