Home
last modified time | relevance | path

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

/linux-6.6.21/arch/loongarch/mm/
Dtlb.c286 set_handler(EXCCODE_TLBPE * VECSIZE, handle_tlb_protect, VECSIZE); in setup_tlb_handler()
/linux-6.6.21/arch/loongarch/kernel/
Dtraps.c242 case EXCCODE_TLBPE: return "PPI"; in humanize_exc_name()
/linux-6.6.21/arch/loongarch/include/asm/
Dloongarch.h1315 #define EXCCODE_TLBPE 7 /* TLB Privilege Error */ macro