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

/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp136 class InterruptDescriptorTable { class
153 isr_array[InterruptDescriptorTable::kDescriptorCount];
156 static InterruptDescriptorTable sIDT;
161 gInterruptHandlerTable[InterruptDescriptorTable::kDescriptorCount];
321 InterruptDescriptorTable::Load() const
385 new(&sIDT) InterruptDescriptorTable;
419 i < InterruptDescriptorTable::kDescriptorCount; i++) {

Completed in 30 milliseconds