Home
last modified time | relevance | path

Searched refs:X86_TRAP_OLD_MF (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dtraps.h130 X86_TRAP_OLD_MF, /* 9, Coprocessor Segment Overrun */ enumerator
/linux-4.1.27/arch/x86/kernel/
Dtraps.c314 DO_ERROR(X86_TRAP_OLD_MF, SIGFPE, "coprocessor segment overrun",coprocessor_segment_overrun)
977 set_intr_gate(X86_TRAP_OLD_MF, coprocessor_segment_overrun); in trap_init()