Home
last modified time | relevance | path

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

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