Searched refs:x86_fatal_exception (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp425 table[2] = x86_fatal_exception; // NMI Interrupt
430 table[7] = x86_fatal_exception; // Device Not Available Exception (#NM)
431 table[8] = x86_fatal_exception; // Double Fault Exception (#DF)
432 table[9] = x86_fatal_exception; // Coprocessor Segment Overrun
433 table[10] = x86_fatal_exception; // Invalid TSS Exception (#TS)
434 table[11] = x86_fatal_exception; // Segment Not Present (#NP)
440 table[18] = x86_fatal_exception; // Machine-Check Exception (#MC)
/haiku/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp577 table[2] = x86_fatal_exception; // NMI Interrupt
582 table[7] = x86_fatal_exception; // Device Not Available Exception (#NM)
584 table[9] = x86_fatal_exception; // Coprocessor Segment Overrun
585 table[10] = x86_fatal_exception; // Invalid TSS Exception (#TS)
586 table[11] = x86_fatal_exception; // Segment Not Present (#NP)
587 table[12] = x86_fatal_exception; // Stack Fault Exception (#SS)
592 table[18] = x86_fatal_exception; // Machine-Check Exception (#MC)
/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp98 x86_fatal_exception(iframe* frame) function
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h675 void x86_fatal_exception(iframe* frame);

Completed in 34 milliseconds