Searched refs:interrupt_handlers (Results 1 – 2 of 2) sorted by relevance
45 if (info->interrupt_handlers[irq_cause]) { in do_handle_exception()46 info->interrupt_handlers[irq_cause](regs); in do_handle_exception()68 info->interrupt_handlers[cause] = handler; in install_irq_handler()
20 exception_fn interrupt_handlers[INTERRUPT_CAUSE_MAX]; member