Home
last modified time | relevance | path

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

/arch/loongarch/kernel/
Dunwind_prologue.c46 case EXCCODE_FPE: in scan_handlers()
Dtraps.c258 case EXCCODE_FPE: in humanize_exc_name()
1163 set_handler(EXCCODE_FPE * VECSIZE, handle_fpe, VECSIZE); in trap_init()
/arch/mips/kvm/
Dmips.c1279 case EXCCODE_FPE: in __kvm_mips_handle_exit()
/arch/loongarch/include/asm/
Dloongarch.h1328 #define EXCCODE_FPE 18 /* Floating Point Exception */ macro
/arch/mips/kernel/
Dtraps.c2499 set_except_vector(EXCCODE_FPE, handle_fpe); in trap_init()
/arch/mips/include/asm/
Dmipsregs.h454 #define EXCCODE_FPE 15 /* Floating point exception */ macro