Home
last modified time | relevance | path

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

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