Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/kvm/
Dmips.c1305 case EXCCODE_MSAFPE: in __kvm_mips_handle_exit()
/Linux-v6.1/arch/mips/kernel/
Dtraps.c2487 set_except_vector(EXCCODE_MSAFPE, handle_msa_fpe); in trap_init()
/Linux-v6.1/arch/mips/include/asm/
Dmipsregs.h453 #define EXCCODE_MSAFPE 14 /* MSA floating point exception */ macro