Subversion Repositories HelenOS

Rev

Rev 2106 | Rev 3672 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2106 Rev 2141
Line 110... Line 110...
110
/* Forward declarations. */
110
/* Forward declarations. */
111
struct as;
111
struct as;
112
struct pte;
112
struct pte;
113
 
113
 
114
extern void tsb_invalidate(struct as *as, uintptr_t page, count_t pages);
114
extern void tsb_invalidate(struct as *as, uintptr_t page, count_t pages);
115
extern void itsb_pte_copy(struct pte *t);
115
extern void itsb_pte_copy(struct pte *t, index_t index);
116
extern void dtsb_pte_copy(struct pte *t, bool ro);
116
extern void dtsb_pte_copy(struct pte *t, index_t index, bool ro);
117
 
117
 
118
#endif /* !def __ASM__ */
118
#endif /* !def __ASM__ */
119
 
119
 
120
#endif
120
#endif
121
 
121