Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c63 [EXCCODE_TLBNR] = handle_tlb_protect,
266 case EXCCODE_TLBNR: return "PNR"; in humanize_exc_name()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1348 #define EXCCODE_TLBNR 5 /* TLB Read-Inhibit exception */ macro