Rev 1860 | Rev 1904 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1860 | Rev 1903 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | 38 | ||
39 | #include <typedefs.h> |
39 | #include <typedefs.h> |
40 | #include <arch/types.h> |
40 | #include <arch/types.h> |
41 | #include <arch/regdef.h> |
41 | #include <arch/regdef.h> |
42 | 42 | ||
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 */ |
|
- | 49 | ||
48 | struct istate { |
50 | struct istate { |
49 | uint64_t tnpc; |
51 | uint64_t tnpc; |
50 | uint64_t tpc; |
52 | uint64_t tpc; |
51 | uint64_t tstate; |
53 | uint64_t tstate; |
52 | }; |
54 | }; |