Home
last modified time | relevance | path

Searched refs:EXCCODE_ADES (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/kvm/
H A Dmips.c1244 case EXCCODE_ADES: in __kvm_mips_handle_exit()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c2471 set_except_vector(EXCCODE_ADES, handle_ades); in trap_init()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h444 #define EXCCODE_ADES 5 /* Address error on a store */ macro