Subversion Repositories HelenOS

Rev

Rev 3675 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3675 Rev 4692
Line 158... Line 158...
158
 
158
 
159
/* Forward declarations. */
159
/* Forward declarations. */
160
struct as;
160
struct as;
161
struct pte;
161
struct pte;
162
 
162
 
163
extern void tsb_invalidate(struct as *as, uintptr_t page, count_t pages);
163
extern void tsb_invalidate(struct as *as, uintptr_t page, size_t pages);
164
extern void itsb_pte_copy(struct pte *t, index_t index);
164
extern void itsb_pte_copy(struct pte *t, size_t index);
165
extern void dtsb_pte_copy(struct pte *t, index_t index, bool ro);
165
extern void dtsb_pte_copy(struct pte *t, size_t index, bool ro);
166
 
166
 
167
#endif /* !def __ASM__ */
167
#endif /* !def __ASM__ */
168
 
168
 
169
#endif
169
#endif
170
 
170