Searched refs:X86_TRAP_MF (Results 1 – 5 of 5) sorted by relevance
150 X86_TRAP_MF, /* 16, x87 Floating-Point Exception */ enumerator
390 if (trap_nr == X86_TRAP_MF) { in fpu__exception_code()
231 current->thread.trap_nr = X86_TRAP_MF; in math_emulate()624 current->thread.trap_nr = X86_TRAP_MF; in math_abort()
823 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()861 math_error(regs, error_code, X86_TRAP_MF); in do_coprocessor_error()
84 INTG(X86_TRAP_MF, coprocessor_error),