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

/linux-master/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-master/arch/x86/kernel/
H A Didt.c96 INTG(X86_TRAP_MF, asm_exc_coprocessor_error),
H A Dtraps.c1153 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" :
1196 math_error(regs, X86_TRAP_MF);
/linux-master/arch/x86/entry/
H A Dentry_fred.c195 case X86_TRAP_MF: return exc_coprocessor_error(regs);
/linux-master/arch/x86/math-emu/
H A Dfpu_entry.c232 current->thread.trap_nr = X86_TRAP_MF;
625 current->thread.trap_nr = X86_TRAP_MF;
/linux-master/arch/x86/kernel/fpu/
H A Dcore.c844 if (trap_nr == X86_TRAP_MF) {
899 * X86_TRAP_MF implementations, it's possible
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_main.c1163 if (((die_args->trapnr == X86_TRAP_MF) ||

Completed in 163 milliseconds