Home | History | Annotate | Download | only in uvm

Lines Matching refs:MAX_PAGE_SIZE

93  * then provide default values for MIN_PAGE_SIZE and MAX_PAGE_SIZE.
100 #if !defined(MAX_PAGE_SIZE)
101 #define MAX_PAGE_SIZE PAGE_SIZE
102 #endif /* ! MAX_PAGE_SIZE */
107 * PAGE_SIZE is not a constant; MIN_PAGE_SIZE and MAX_PAGE_SIZE must
115 #if !defined(MAX_PAGE_SIZE)
116 #error MAX_PAGE_SIZE not defined
122 * MIN_PAGE_SIZE and MAX_PAGE_SIZE must be constants.
129 #if MAX_PAGE_SIZE == 0
130 #error Invalid MAX_PAGE_SIZE definition
134 * If MIN_PAGE_SIZE and MAX_PAGE_SIZE are not equal, then we must use
137 #if (MIN_PAGE_SIZE != MAX_PAGE_SIZE)