Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/loongarch64/
H A Dcpu_loop.c53 case EXCCODE_FPE: in cpu_loop()
/openbmc/linux/arch/loongarch/kernel/
H A Dunwind_prologue.c46 case EXCCODE_FPE: in scan_handlers()
H A Dtraps.c258 case EXCCODE_FPE: in humanize_exc_name()
1168 set_handler(EXCCODE_FPE * VECSIZE, handle_fpe, VECSIZE); in trap_init()
/openbmc/qemu/target/loongarch/
H A Dcpu.c69 {EXCCODE_FPE, "Floating Point Exception"},
207 case EXCCODE_FPE: in loongarch_cpu_do_interrupt()
H A Dcpu.h110 #define EXCCODE_FPE EXCODE(18, 0) /* Different exception subcode */ macro
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c75 do_raise_exception(env, EXCCODE_FPE, pc); in update_fcsr0_mask()
H A Dvec_helper.c2389 do_raise_exception(env, EXCCODE_FPE, pc); in vec_update_fcsr0_mask()
/openbmc/linux/arch/mips/kvm/
H A Dmips.c1279 case EXCCODE_FPE: in __kvm_mips_handle_exit()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1388 #define EXCCODE_FPE 18 /* Floating Point Exception */ macro
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c2499 set_except_vector(EXCCODE_FPE, handle_fpe); in trap_init()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h454 #define EXCCODE_FPE 15 /* Floating point exception */ macro