Searched refs:X86_TRAP_MF (Results 1 – 5 of 5) sorted by relevance
35 #define X86_TRAP_MF 16 /* x87 Floating-Point Exception */ macro
207 case X86_TRAP_MF: return exc_coprocessor_error(regs); in fred_hwexc()
1428 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()1471 math_error(regs, X86_TRAP_MF); in DEFINE_IDTENTRY()
942 if (trap_nr == X86_TRAP_MF) { in fpu__exception_code()
1160 if (((die_args->trapnr == X86_TRAP_MF) || in xpc_system_die()