Subversion Repositories HelenOS

Rev

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

Rev 2242 Rev 2464
Line 54... Line 54...
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 */
58
/* Table sizes in each level */
59
#define PTL0_SIZE               PTL0_SIZE_ARCH
59
#define PTL0_SIZE           PTL0_SIZE_ARCH
60
#define PTL1_SIZE               PTL1_SIZE_ARCH
60
#define PTL1_SIZE           PTL1_SIZE_ARCH
61
#define PTL2_SIZE               PTL2_SIZE_ARCH
61
#define PTL2_SIZE           PTL2_SIZE_ARCH
62
#define PTL3_SIZE               PTL3_SIZE_ARCH
62
#define PTL3_SIZE           PTL3_SIZE_ARCH
63
 
63
 
64
/*
64
/*
65
 * These macros process vaddr and extract those portions
65
 * These macros process vaddr and extract those portions
66
 * of it that function as indices to respective page tables.
66
 * of it that function as indices to respective page tables.
67
 */
67
 */