Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c63 [EXCCODE_TLBM] = handle_tlb_modify,
266 case EXCCODE_TLBM: return "PME"; in humanize_exc_name()
/linux/arch/loongarch/kvm/
H A Dmmu.c924 if (!cpu_has_ptw || (ecode == EXCCODE_TLBM)) { in kvm_handle_mm_fault()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1506 #define EXCCODE_TLBM 4 /* TLB modified fault */ macro