Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kvm/
H A Dmips.c1274 case EXCCODE_MSAFPE: in __kvm_mips_handle_exit()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c2493 set_except_vector(EXCCODE_MSAFPE, handle_msa_fpe); in trap_init()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h453 #define EXCCODE_MSAFPE 14 /* MSA floating point exception */ macro