Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
H A Dtlb.c274 exception_table[EXCCODE_TLBM] = handle_tlb_modify_ptw; in setup_tlb_handler()
/linux/arch/loongarch/kernel/
H A Dtraps.c62 [EXCCODE_TLBM] = handle_tlb_modify,
265 case EXCCODE_TLBM: return "PME"; in humanize_exc_name()
/linux/arch/loongarch/kvm/
H A Dexit.c877 [EXCCODE_TLBM] = kvm_handle_write_fault,
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1347 #define EXCCODE_TLBM 4 /* TLB modified fault */ macro