Searched refs:X86_TRAP_MF (Results 1 – 7 of 7) sorted by relevance
23 #define X86_TRAP_MF 16 /* x87 Floating-Point Exception */ macro
552 DECLARE_IDTENTRY(X86_TRAP_MF, exc_coprocessor_error);
231 current->thread.trap_nr = X86_TRAP_MF; in math_emulate()624 current->thread.trap_nr = X86_TRAP_MF; in math_abort()
1064 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()1107 math_error(regs, X86_TRAP_MF); in DEFINE_IDTENTRY()
91 INTG(X86_TRAP_MF, asm_exc_coprocessor_error),
696 if (trap_nr == X86_TRAP_MF) { in fpu__exception_code()
1202 if (((die_args->trapnr == X86_TRAP_MF) || in xpc_system_die()
Completed in 14 milliseconds