Searched refs:EXCCODE_FPE (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/linux-user/loongarch64/ |
H A D | cpu_loop.c | 53 case EXCCODE_FPE: in cpu_loop()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | unwind_prologue.c | 46 case EXCCODE_FPE: in scan_handlers()
|
H A D | traps.c | 258 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 D | cpu.c | 69 {EXCCODE_FPE, "Floating Point Exception"}, 207 case EXCCODE_FPE: in loongarch_cpu_do_interrupt()
|
H A D | cpu.h | 110 #define EXCCODE_FPE EXCODE(18, 0) /* Different exception subcode */ macro
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 75 do_raise_exception(env, EXCCODE_FPE, pc); in update_fcsr0_mask()
|
H A D | vec_helper.c | 2389 do_raise_exception(env, EXCCODE_FPE, pc); in vec_update_fcsr0_mask()
|
/openbmc/linux/arch/mips/kvm/ |
H A D | mips.c | 1279 case EXCCODE_FPE: in __kvm_mips_handle_exit()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | loongarch.h | 1388 #define EXCCODE_FPE 18 /* Floating Point Exception */ macro
|
/openbmc/linux/arch/mips/kernel/ |
H A D | traps.c | 2499 set_except_vector(EXCCODE_FPE, handle_fpe); in trap_init()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | mipsregs.h | 454 #define EXCCODE_FPE 15 /* Floating point exception */ macro
|