Subversion Repositories HelenOS

Rev

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

Rev 2125 Rev 2465
Line 53... Line 53...
53
#define PTL0_ENTRIES            PTL0_ENTRIES_ARCH
53
#define PTL0_ENTRIES            PTL0_ENTRIES_ARCH
54
#define PTL1_ENTRIES            PTL1_ENTRIES_ARCH
54
#define PTL1_ENTRIES            PTL1_ENTRIES_ARCH
55
#define PTL2_ENTRIES            PTL2_ENTRIES_ARCH
55
#define PTL2_ENTRIES            PTL2_ENTRIES_ARCH
56
#define PTL3_ENTRIES            PTL3_ENTRIES_ARCH
56
#define PTL3_ENTRIES            PTL3_ENTRIES_ARCH
57
 
57
 
-
 
58
/* Table sizes in each level */
-
 
59
#define PTL0_SIZE           PTL0_SIZE_ARCH
-
 
60
#define PTL1_SIZE           PTL1_SIZE_ARCH
-
 
61
#define PTL2_SIZE           PTL2_SIZE_ARCH
-
 
62
#define PTL3_SIZE           PTL3_SIZE_ARCH
-
 
63
 
58
/*
64
/*
59
 * These macros process vaddr and extract those portions
65
 * These macros process vaddr and extract those portions
60
 * of it that function as indices to respective page tables.
66
 * of it that function as indices to respective page tables.
61
 */
67
 */
62
#define PTL0_INDEX(vaddr)       PTL0_INDEX_ARCH(vaddr)
68
#define PTL0_INDEX(vaddr)       PTL0_INDEX_ARCH(vaddr)