Home
last modified time | relevance | path

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