Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/mm/
H A Dtlb.c277 set_handler(EXCCODE_TLBM * VECSIZE, handle_tlb_modify, VECSIZE); in setup_tlb_handler()
282 set_handler(EXCCODE_TLBM * VECSIZE, handle_tlb_modify_ptw, VECSIZE); in setup_tlb_handler()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c239 case EXCCODE_TLBM: return "PME"; in humanize_exc_name()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1372 #define EXCCODE_TLBM 4 /* TLB modified fault */ macro