Subversion Repositories HelenOS

Rev

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

Rev 3862 Rev 4129
Line 69... Line 69...
69
/* Forward declarations. */
69
/* Forward declarations. */
70
struct as;
70
struct as;
71
struct pte;
71
struct pte;
72
 
72
 
73
extern void tsb_invalidate(struct as *as, uintptr_t page, count_t pages);
73
extern void tsb_invalidate(struct as *as, uintptr_t page, count_t pages);
74
extern void itsb_pte_copy(struct pte *t, index_t index);
74
extern void itsb_pte_copy(struct pte *t);
75
extern void dtsb_pte_copy(struct pte *t, index_t index, bool ro);
75
extern void dtsb_pte_copy(struct pte *t, bool ro);
76
 
76
 
77
#endif /* !def __ASM__ */
77
#endif /* !def __ASM__ */
78
 
78
 
79
#endif
79
#endif
80
 
80