Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c60 [EXCCODE_TLBI] = handle_tlb_load,
265 case EXCCODE_TLBI: return "PIF"; in humanize_exc_name()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1505 #define EXCCODE_TLBI 3 /* TLB miss on a ifetch */ macro