Rev 1851 | Rev 1853 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1851 | Rev 1852 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | #define IRQ_COUNT 1 /* TODO */ |
42 | #define IRQ_COUNT 1 /* TODO */ |
43 | 43 | ||
44 | #define IVT_ITEMS 15 |
44 | #define IVT_ITEMS 15 |
45 | #define IVT_FIRST 1 |
45 | #define IVT_FIRST 1 |
46 | 46 | ||
47 | /* Dummy macros. */ |
- | |
48 | #define IRQ_KBD 2 |
- | |
49 | #define VECTOR_KBD IRQ_KBD |
- | |
50 | - | ||
51 | #define trap_virtual_enable_irqs(x) |
- | |
52 | #define trap_virtual_eoi() |
- | |
53 | - | ||
54 | struct istate { |
47 | struct istate { |
55 | uint64_t pstate; |
48 | uint64_t pstate; |
56 | uint64_t tnpc; |
49 | uint64_t tnpc; |
57 | uint64_t tpc; |
50 | uint64_t tpc; |
58 | uint64_t tstate; |
51 | uint64_t tstate; |