Rev 594 | Rev 600 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 594 | Rev 599 | ||
---|---|---|---|
Line 130... | Line 130... | ||
130 | static inline void tlbwr(void) |
130 | static inline void tlbwr(void) |
131 | { |
131 | { |
132 | __asm__ volatile ("tlbwr\n\t"); |
132 | __asm__ volatile ("tlbwr\n\t"); |
133 | } |
133 | } |
134 | 134 | ||
- | 135 | #define tlb_invalidate(asid) tlb_invalidate_asid(asid) |
|
- | 136 | ||
135 | extern void tlb_invalid(struct exception_regdump *pstate); |
137 | extern void tlb_invalid(struct exception_regdump *pstate); |
136 | extern void tlb_refill(struct exception_regdump *pstate); |
138 | extern void tlb_refill(struct exception_regdump *pstate); |
137 | extern void tlb_modified(struct exception_regdump *pstate); |
139 | extern void tlb_modified(struct exception_regdump *pstate); |
138 | 140 | ||
139 | #endif |
141 | #endif |