Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
H A Dtlb.c271 exception_table[EXCCODE_TLBI] = handle_tlb_load_ptw; in setup_tlb_handler()
/linux/arch/loongarch/kernel/
H A Dtraps.c59 [EXCCODE_TLBI] = handle_tlb_load,
264 case EXCCODE_TLBI: return "PIF"; in humanize_exc_name()
/linux/arch/loongarch/kvm/
H A Dexit.c874 [EXCCODE_TLBI] = kvm_handle_read_fault,
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1346 #define EXCCODE_TLBI 3 /* TLB miss on a ifetch */ macro