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

/fuchsia/zircon/kernel/platform/pc/
H A Dinterrupts.cpp44 static struct int_handler_struct int_handler_table[X86_INT_COUNT]; variable in typeref:struct:int_handler_struct
169 struct int_handler_struct* handler = &int_handler_table[x86_vector];
229 AutoSpinLockNoIrqSave handler_guard(&int_handler_table[x86_vector].lock);
231 if (handler && int_handler_table[x86_vector].handler) {
236 int_handler_table[x86_vector].handler = handler;
237 int_handler_table[x86_vector].arg = handler ? arg : NULL;
356 AutoSpinLock guard(&int_handler_table[x86_vector].lock);
357 int_handler_table[x86_vector].handler = handler;
358 int_handler_table[x86_vector].arg = handler ? ctx : NULL;
/fuchsia/zircon/kernel/dev/pdev/interrupt/
H A Dinterrupt.c16 static struct int_handler_struct int_handler_table[ARM_MAX_INT]; variable in typeref:struct:int_handler_struct
21 return &int_handler_table[vector];

Completed in 25 milliseconds