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;
H A Dinterrupts.S242 call *gInterruptHandlerTable(, %rax, 8)
304 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;
H A Dinterrupts.S539 call *gInterruptHandlerTable(, %eax, 4)
564 call *gInterruptHandlerTable(, %eax, 4)

Completed in 39 milliseconds