Rev 1903 | Rev 1942 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1903 | Rev 1904 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 43 | #define IRQ_COUNT 1 /* TODO */ |
43 | #define IRQ_COUNT 1 /* TODO */ |
| 44 | 44 | ||
| 45 | #define IVT_ITEMS 15 |
45 | #define IVT_ITEMS 15 |
| 46 | #define IVT_FIRST 1 |
46 | #define IVT_FIRST 1 |
| 47 | 47 | ||
| 48 | #define VECTOR_TLB_SHOOTDOWN_IPI 0 /* TODO */ |
48 | #define VECTOR_TLB_SHOOTDOWN_IPI 0 |
| - | 49 | #define IPI_TLB_SHOOTDOWN VECTOR_TLB_SHOOTDOWN_IPI |
|
| 49 | 50 | ||
| 50 | struct istate { |
51 | struct istate { |
| 51 | uint64_t tnpc; |
52 | uint64_t tnpc; |
| 52 | uint64_t tpc; |
53 | uint64_t tpc; |
| 53 | uint64_t tstate; |
54 | uint64_t tstate; |