Searched refs:X86_TRAP_MF (Results 1 – 8 of 8) sorted by relevance
35 #define X86_TRAP_MF 16 /* x87 Floating-Point Exception */ macro
607 DECLARE_IDTENTRY(X86_TRAP_MF, exc_coprocessor_error);
232 current->thread.trap_nr = X86_TRAP_MF; in math_emulate()625 current->thread.trap_nr = X86_TRAP_MF; in math_abort()
96 INTG(X86_TRAP_MF, asm_exc_coprocessor_error),
1202 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()1245 math_error(regs, X86_TRAP_MF); in DEFINE_IDTENTRY()
197 case X86_TRAP_MF: return exc_coprocessor_error(regs); in fred_hwexc()
844 if (trap_nr == X86_TRAP_MF) { in fpu__exception_code()
1163 if (((die_args->trapnr == X86_TRAP_MF) || in xpc_system_die()