Home
last modified time | relevance | path

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

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