Home
last modified time | relevance | path

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

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