Searched refs:X86_TRAP_MF (Results 1 – 5 of 5) sorted by relevance
694 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()733 math_error(regs, error_code, X86_TRAP_MF); in do_coprocessor_error()854 set_intr_gate(X86_TRAP_MF, coprocessor_error); in trap_init()
138 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()
473 if (trap_nr == X86_TRAP_MF) { in fpu__exception_code()
1211 if (((die_args->trapnr == X86_TRAP_MF) || in xpc_system_die()