Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtraps.h132 X86_TRAP_OLD_MF, /* 9, Coprocessor Segment Overrun */ enumerator
/arch/x86/kernel/
Dtraps.c304 DO_ERROR(X86_TRAP_OLD_MF, SIGFPE, "coprocessor segment overrun",coprocessor_segment_overrun)
848 set_intr_gate(X86_TRAP_OLD_MF, coprocessor_segment_overrun); in trap_init()