Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/mm/
Dtlb.c269 set_handler(EXCCODE_TLBS * VECSIZE, handle_tlb_store, VECSIZE); in setup_tlb_handler()
/linux-6.1.9/arch/mips/kvm/
Dmips.c1258 case EXCCODE_TLBS: in __kvm_mips_handle_exit()
/linux-6.1.9/arch/loongarch/include/asm/
Dloongarch.h1387 #define EXCCODE_TLBS 2 /* TLB miss on a store */ macro
/linux-6.1.9/arch/mips/kernel/
Dtraps.c2462 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init()
/linux-6.1.9/arch/mips/include/asm/
Dmipsregs.h442 #define EXCCODE_TLBS 3 /* TLB miss on a store */ macro