Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtrapnr.h26 #define X86_TRAP_XF 19 /* SIMD Floating-Point Exception */ macro
Didtentry.h553 DECLARE_IDTENTRY(X86_TRAP_XF, exc_simd_coprocessor_error);
/arch/x86/kernel/
Didt.c93 INTG(X86_TRAP_XF, asm_exc_simd_coprocessor_error),
Dtraps.c1115 math_error(regs, X86_TRAP_XF); in DEFINE_IDTENTRY()