InterruptDescriptorTable
isr_array[InterruptDescriptorTable::kDescriptorCount];
static InterruptDescriptorTable sIDT;
gInterruptHandlerTable[InterruptDescriptorTable::kDescriptorCount];
InterruptDescriptorTable::Load() const
new(&sIDT) InterruptDescriptorTable;
i < InterruptDescriptorTable::kDescriptorCount; i++) {