Go to the source code of this file.
Definition at line 9 of file irq.h.
#define DEBUG_VECTOR_SIZE (0x4) |
Definition at line 8 of file irq.h.
#define EXCEPTION_VECTOR_BASE_ADDR 0xa0000000 |
Definition at line 4 of file irq.h.
Definition at line 12 of file irq.h.
#define GENERAL_VECTOR_SIZE (0x10) |
Definition at line 11 of file irq.h.
#define irq_canonicalize |
( |
|
irq | ) |
(irq) |
Definition at line 19 of file irq.h.
Definition at line 21 of file irq.h.
Definition at line 16 of file irq.h.
Definition at line 17 of file irq.h.
#define IRQ_VECTOR_SIZE (0x10) |
Definition at line 15 of file irq.h.
Definition at line 14 of file irq.h.
#define VECTOR_ADDRESS_OFFSET_MODE16 1 |
Definition at line 6 of file irq.h.
#define VECTOR_ADDRESS_OFFSET_MODE4 0 |
Definition at line 5 of file irq.h.
void interrupt_exception_vector |
( |
void |
| ) |
|