Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kernel/
H A Dtraps.c64 [EXCCODE_TLBNX] = handle_tlb_protect,
267 case EXCCODE_TLBNX: return "PNX"; in humanize_exc_name()
/linux-6.15/arch/loongarch/include/asm/
H A Dloongarch.h1423 #define EXCCODE_TLBNX 6 /* TLB Execution-Inhibit exception */ macro