Rev 2134 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2134 | Rev 2143 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | 44 | ||
| 45 | /* This needs to be defined for inter-architecture API portability. */ |
45 | /* This needs to be defined for inter-architecture API portability. */ |
| 46 | #define VECTOR_TLB_SHOOTDOWN_IPI 0 |
46 | #define VECTOR_TLB_SHOOTDOWN_IPI 0 |
| 47 | 47 | ||
| 48 | enum { |
48 | enum { |
| 49 | IPI_TLB_SHOOTDOWN = VECTOR_TLB_SHOOTDOWN_IPI, |
49 | IPI_TLB_SHOOTDOWN = VECTOR_TLB_SHOOTDOWN_IPI |
| 50 | IPI_DCACHE_SHOOTDOWN |
- | |
| 51 | }; |
50 | }; |
| 52 | 51 | ||
| 53 | typedef struct { |
52 | typedef struct { |
| 54 | uint64_t tnpc; |
53 | uint64_t tnpc; |
| 55 | uint64_t tpc; |
54 | uint64_t tpc; |