Rev 1102 | Rev 1293 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1102 | Rev 1288 | ||
---|---|---|---|
Line 91... | Line 91... | ||
91 | __u32 status; /* cp0_status */ |
91 | __u32 status; /* cp0_status */ |
92 | __u32 epc; /* cp0_epc */ |
92 | __u32 epc; /* cp0_epc */ |
93 | __u32 k1; /* We use it as thread-local pointer */ |
93 | __u32 k1; /* We use it as thread-local pointer */ |
94 | }; |
94 | }; |
95 | 95 | ||
- | 96 | static inline void istate_set_retaddr(istate_t *istate, __address retaddr) |
|
- | 97 | { |
|
- | 98 | /* TODO */ |
|
- | 99 | } |
|
- | 100 | ||
96 | extern void exception(istate_t *istate); |
101 | extern void exception(istate_t *istate); |
97 | extern void tlb_refill_entry(void); |
102 | extern void tlb_refill_entry(void); |
98 | extern void exception_entry(void); |
103 | extern void exception_entry(void); |
99 | extern void cache_error_entry(void); |
104 | extern void cache_error_entry(void); |
100 | extern void exception_init(void); |
105 | extern void exception_init(void); |