Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp161 gInterruptHandlerTable[InterruptDescriptorTable::kDescriptorCount]; variable
415 interrupt_handler_function** table = gInterruptHandlerTable; in x86_descriptors_init()
H A Dinterrupts.S239 call *gInterruptHandlerTable(, %rax, 8)
301 call *gInterruptHandlerTable(, %rax, 8)
/haiku/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp44 interrupt_handler_function* gInterruptHandlerTable[kInterruptHandlerTableSize]; variable
566 interrupt_handler_function** table = gInterruptHandlerTable; in x86_descriptors_init()
H A Dinterrupts.S523 call *gInterruptHandlerTable(, %eax, 4)
548 call *gInterruptHandlerTable(, %eax, 4)