Files | |
file | interrupt.h |
file | interrupt.c |
Defines | |
#define | IRQ_COUNT 1 |
#define | IVT_ITEMS 15 |
#define | INT_OFFSET 0 |
#define | VECTOR_DECREMENTER 10 |
Functions | |
void | start_decrementer (void) |
void | interrupt_init (void) |
static void | exception_decrementer (int n, istate_t *istate) |
void | irq_ipc_bind_arch (__native irq) |
|
Definition at line 42 of file interrupt.h. |
|
Definition at line 40 of file interrupt.h. Referenced by ipc_init(), sys_ipc_register_irq(), and sys_ipc_unregister_irq(). |
|
Definition at line 41 of file interrupt.h. |
|
Definition at line 44 of file interrupt.h. Referenced by interrupt_init(). |
|
Definition at line 53 of file interrupt.c. References clock(), and start_decrementer(). Referenced by interrupt_init(). Here is the call graph for this function: ![]() |
|
Definition at line 61 of file interrupt.c. References exc_register(), exception_decrementer(), and VECTOR_DECREMENTER. Referenced by arch_pre_mm_init(). Here is the call graph for this function: ![]() |
|
Definition at line 68 of file interrupt.c. References panic. Referenced by sys_ipc_register_irq(). |
|
Definition at line 43 of file interrupt.c. Referenced by arch_pre_mm_init(), and exception_decrementer(). |