Include dependency graph for interrupt.c:
Go to the source code of this file.
Functions | |
ipl_t | interrupts_disable (void) |
ipl_t | interrupts_enable (void) |
void | interrupts_restore (ipl_t ipl) |
ipl_t | interrupts_read (void) |
static void | timer_start (void) |
static void | timer_exception (int n, istate_t *istate) |
static void | swint0 (int n, istate_t *istate) |
static void | swint1 (int n, istate_t *istate) |
void | interrupt_init (void) |
static void | ipc_int (int n, istate_t *istate) |
void | irq_ipc_bind_arch (__native irq) |
Variables | |
static unsigned long | nextcount |
Definition in file interrupt.c.