Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dtraps.h140 X86_TRAP_XF, /* 19, SIMD Floating-Point Exception */ enumerator
/linux-4.1.27/arch/x86/kernel/
Dtraps.c808 math_error(regs, error_code, X86_TRAP_XF); in do_simd_coprocessor_error()
988 set_intr_gate(X86_TRAP_XF, simd_coprocessor_error); in trap_init()
/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_main.c1212 (die_args->trapnr == X86_TRAP_XF)) && in xpc_system_die()