Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/mm/
Dtlb.c282 for (int i = EXCCODE_TLBL; i <= EXCCODE_TLBPE; i++) in setup_tlb_handler()
/linux-6.12.1/arch/loongarch/kernel/
Dtraps.c65 [EXCCODE_TLBPE] = handle_tlb_protect,
268 case EXCCODE_TLBPE: return "PPI"; in humanize_exc_name()
/linux-6.12.1/arch/loongarch/include/asm/
Dloongarch.h1350 #define EXCCODE_TLBPE 7 /* TLB Privilege Error */ macro