Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp364 x86_unexpected_exception(frame); in x86_64_general_protection_fault()
423 table[0] = x86_unexpected_exception; // Divide Error Exception (#DE) in x86_descriptors_init()
427 table[4] = x86_unexpected_exception; // Overflow Exception (#OF) in x86_descriptors_init()
428 table[5] = x86_unexpected_exception; // BOUND Range Exceeded Exception (#BR) in x86_descriptors_init()
429 table[6] = x86_unexpected_exception; // Invalid Opcode Exception (#UD) in x86_descriptors_init()
438 table[16] = x86_unexpected_exception; // x87 FPU Floating-Point Error (#MF) in x86_descriptors_init()
439 table[17] = x86_unexpected_exception; // Alignment Check Exception (#AC) in x86_descriptors_init()
441 table[19] = x86_unexpected_exception; // SIMD Floating-Point Exception (#XF) in x86_descriptors_init()
/haiku/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp575 table[0] = x86_unexpected_exception; // Divide Error Exception (#DE) in x86_descriptors_init()
579 table[4] = x86_unexpected_exception; // Overflow Exception (#OF) in x86_descriptors_init()
580 table[5] = x86_unexpected_exception; // BOUND Range Exceeded Exception (#BR) in x86_descriptors_init()
581 table[6] = x86_unexpected_exception; // Invalid Opcode Exception (#UD) in x86_descriptors_init()
588 table[13] = x86_unexpected_exception; // General Protection Exception (#GP) in x86_descriptors_init()
590 table[16] = x86_unexpected_exception; // x87 FPU Floating-Point Error (#MF) in x86_descriptors_init()
591 table[17] = x86_unexpected_exception; // Alignment Check Exception (#AC) in x86_descriptors_init()
593 table[19] = x86_unexpected_exception; // SIMD Floating-Point Exception (#XF) in x86_descriptors_init()
/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp109 x86_unexpected_exception(iframe* frame) in x86_unexpected_exception() function
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h691 void x86_unexpected_exception(iframe* frame);