Searched refs:X86_TRAP_MF (Results 1 – 7 of 7) sorted by relevance
23 #define X86_TRAP_MF 16 /* x87 Floating-Point Exception */ macro
592 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()
95 INTG(X86_TRAP_MF, asm_exc_coprocessor_error),
1168 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()1211 math_error(regs, X86_TRAP_MF); in DEFINE_IDTENTRY()
844 if (trap_nr == X86_TRAP_MF) { in fpu__exception_code()
1195 if (((die_args->trapnr == X86_TRAP_MF) || in xpc_system_die()