Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dmips.c1325 case EXCCODE_MSAFPE: in kvm_mips_handle_exit()
H A Demulate.c2774 (EXCCODE_MSAFPE << CAUSEB_EXCCODE)); in kvm_mips_emulate_msafpe_exc()
3144 case EXCCODE_MSAFPE: in kvm_mips_check_privilege()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dtraps.c2496 set_except_vector(EXCCODE_MSAFPE, handle_msa_fpe); in trap_init()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h468 #define EXCCODE_MSAFPE 14 /* MSA floating point exception */ macro