Searched refs:X86_TRAP_MF (Results 1 – 4 of 4) sorted by relevance
714 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()740 if (trapnr == X86_TRAP_MF) { in math_error()798 math_error(regs, error_code, X86_TRAP_MF); in do_coprocessor_error()983 set_intr_gate(X86_TRAP_MF, coprocessor_error); in trap_init()
137 X86_TRAP_MF, /* 16, x87 Floating-Point Exception */ enumerator
272 current->thread.trap_nr = X86_TRAP_MF; in math_emulate()665 current->thread.trap_nr = X86_TRAP_MF; in math_abort()
1211 if (((die_args->trapnr == X86_TRAP_MF) || in xpc_system_die()