Subversion Repositories HelenOS-historic

Rev

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

Rev 569 Rev 818
Line 30... Line 30...
30
#define __ia64_TLB_H__
30
#define __ia64_TLB_H__
31
 
31
 
32
#define tlb_arch_init()
32
#define tlb_arch_init()
33
#define tlb_print()
33
#define tlb_print()
34
 
34
 
-
 
35
 
-
 
36
#include <arch/mm/page.h>
-
 
37
#include <arch/mm/asid.h>
-
 
38
#include <arch/register.h>
-
 
39
 
-
 
40
 
-
 
41
void tlb_fill_data(__address va,asid_t asid,vhpt_entry_t entry);
-
 
42
void tlb_fill_code(__address va,asid_t asid,vhpt_entry_t entry);
-
 
43
 
-
 
44
 
35
#endif
45
#endif
-
 
46
 
-
 
47