Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtrapnr.h35 #define X86_TRAP_MF 16 /* x87 Floating-Point Exception */ macro
H A Didtentry.h607 DECLARE_IDTENTRY(X86_TRAP_MF, exc_coprocessor_error);
/linux/arch/x86/math-emu/
H A Dfpu_entry.c232 current->thread.trap_nr = X86_TRAP_MF; in math_emulate()
625 current->thread.trap_nr = X86_TRAP_MF; in math_abort()
/linux/arch/x86/kernel/
H A Didt.c96 INTG(X86_TRAP_MF, asm_exc_coprocessor_error),
H A Dtraps.c1202 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()
1245 math_error(regs, X86_TRAP_MF); in DEFINE_IDTENTRY()
/linux/arch/x86/entry/
H A Dentry_fred.c197 case X86_TRAP_MF: return exc_coprocessor_error(regs); in fred_hwexc()
/linux/arch/x86/kernel/fpu/
H A Dcore.c844 if (trap_nr == X86_TRAP_MF) { in fpu__exception_code()
/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c1163 if (((die_args->trapnr == X86_TRAP_MF) || in xpc_system_die()