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.h602 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.c1428 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error()
1471 math_error(regs, X86_TRAP_MF); in DEFINE_IDTENTRY()
/linux/arch/x86/entry/
H A Dentry_fred.c207 case X86_TRAP_MF: return exc_coprocessor_error(regs); in fred_hwexc()
/linux/arch/x86/kernel/fpu/
H A Dcore.c942 if (trap_nr == X86_TRAP_MF) { in fpu__exception_code()
/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c1160 if (((die_args->trapnr == X86_TRAP_MF) || in xpc_system_die()