Home
last modified time | relevance | path

Searched refs:EXCCODE_TLBS (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/arch/loongarch/mm/
Dtlb.c276 set_handler(EXCCODE_TLBS * VECSIZE, handle_tlb_store, VECSIZE); in setup_tlb_handler()
281 set_handler(EXCCODE_TLBS * VECSIZE, handle_tlb_store_ptw, VECSIZE); in setup_tlb_handler()
/Linux-v6.6/arch/loongarch/kernel/
Dtraps.c237 case EXCCODE_TLBS: return "PIS"; in humanize_exc_name()
/Linux-v6.6/arch/loongarch/include/asm/
Dloongarch.h1310 #define EXCCODE_TLBS 2 /* TLB miss on a store */ macro
/Linux-v6.6/arch/mips/kvm/
Dmips.c1227 case EXCCODE_TLBS: in __kvm_mips_handle_exit()
/Linux-v6.6/arch/mips/kernel/
Dtraps.c2462 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init()
/Linux-v6.6/arch/mips/include/asm/
Dmipsregs.h442 #define EXCCODE_TLBS 3 /* TLB miss on a store */ macro