Home
last modified time | relevance | path

Searched refs:X86_TRAP_XF (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtrapnr.h38 #define X86_TRAP_XF 19 /* SIMD Floating-Point Exception */ macro
H A Didtentry.h608 DECLARE_IDTENTRY(X86_TRAP_XF, exc_simd_coprocessor_error);
/linux/arch/x86/kernel/
H A Didt.c98 INTG(X86_TRAP_XF, asm_exc_simd_coprocessor_error),
H A Dtraps.c1257 math_error(regs, X86_TRAP_XF); in DEFINE_IDTENTRY()
/linux/arch/x86/entry/
H A Dentry_fred.c199 case X86_TRAP_XF: return exc_simd_coprocessor_error(regs); in fred_hwexc()
/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c1164 (die_args->trapnr == X86_TRAP_XF)) && in xpc_system_die()