Searched refs:X86_TRAP_MF (Results 1 – 6 of 6) sorted by relevance
141 X86_TRAP_MF, /* 16, x87 Floating-Point Exception */ enumerator
234 current->thread.trap_nr = X86_TRAP_MF; in math_emulate()627 current->thread.trap_nr = X86_TRAP_MF; in math_abort()
411 if (trap_nr == X86_TRAP_MF) { in fpu__exception_code()
835 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()877 math_error(regs, error_code, X86_TRAP_MF); in do_coprocessor_error()
86 INTG(X86_TRAP_MF, coprocessor_error),
1210 if (((die_args->trapnr == X86_TRAP_MF) || in xpc_system_die()