Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
A Dtlb.c273 exception_table[EXCCODE_TLBS] = handle_tlb_store_ptw; in setup_tlb_handler()
/linux/arch/loongarch/kernel/
A Dtraps.c61 [EXCCODE_TLBS] = handle_tlb_store,
263 case EXCCODE_TLBS: return "PIS"; in humanize_exc_name()
/linux/arch/loongarch/kvm/
A Dexit.c876 [EXCCODE_TLBS] = kvm_handle_write_fault,
/linux/arch/loongarch/include/asm/
A Dloongarch.h1345 #define EXCCODE_TLBS 2 /* TLB miss on a store */ macro
/linux/arch/mips/kvm/
A Dmips.c1225 case EXCCODE_TLBS: in __kvm_mips_handle_exit()
/linux/arch/mips/kernel/
A Dtraps.c2432 set_except_vector(EXCCODE_TLBS, handle_tlbs); in trap_init()
/linux/arch/mips/include/asm/
A Dmipsregs.h587 #define EXCCODE_TLBS 3 /* TLB miss on a store */ macro

Completed in 44 milliseconds