Home
last modified time | relevance | path

Searched refs:interrupt_handler_function (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp159 typedef void interrupt_handler_function(iframe* frame); typedef
160 interrupt_handler_function*
415 interrupt_handler_function** table = gInterruptHandlerTable; in x86_descriptors_init()
/haiku/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp41 typedef void interrupt_handler_function(struct iframe* frame); typedef
44 interrupt_handler_function* gInterruptHandlerTable[kInterruptHandlerTableSize];
566 interrupt_handler_function** table = gInterruptHandlerTable; in x86_descriptors_init()