Home
last modified time | relevance | path

Searched refs:X86_TRAP_MF (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/asm/
Dtraps.h150 X86_TRAP_MF, /* 16, x87 Floating-Point Exception */ enumerator
/arch/x86/kernel/fpu/
Dcore.c390 if (trap_nr == X86_TRAP_MF) { in fpu__exception_code()
/arch/x86/math-emu/
Dfpu_entry.c231 current->thread.trap_nr = X86_TRAP_MF; in math_emulate()
624 current->thread.trap_nr = X86_TRAP_MF; in math_abort()
/arch/x86/kernel/
Dtraps.c823 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()
861 math_error(regs, error_code, X86_TRAP_MF); in do_coprocessor_error()
Didt.c84 INTG(X86_TRAP_MF, coprocessor_error),