Home
last modified time | relevance | path

Searched refs:EXCCODE_FPE (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/arch/loongarch/kernel/
Dtraps.c731 set_handler(EXCCODE_FPE * VECSIZE, handle_fpe, VECSIZE); in trap_init()
/Linux-v6.1/arch/loongarch/include/asm/
Dloongarch.h1405 #define EXCCODE_FPE 18 /* Floating Point Exception */ macro
/Linux-v6.1/arch/mips/kvm/
Dmips.c1310 case EXCCODE_FPE: in __kvm_mips_handle_exit()
/Linux-v6.1/arch/mips/kernel/
Dtraps.c2493 set_except_vector(EXCCODE_FPE, handle_fpe); in trap_init()
/Linux-v6.1/arch/mips/include/asm/
Dmipsregs.h454 #define EXCCODE_FPE 15 /* Floating point exception */ macro