Home | History | Annotate | Download | only in uvm

Lines Matching defs:MIN_PAGE_SIZE

93  * then provide default values for MIN_PAGE_SIZE and MAX_PAGE_SIZE.
96 #if !defined(MIN_PAGE_SIZE)
97 #define MIN_PAGE_SIZE PAGE_SIZE
98 #endif /* ! MIN_PAGE_SIZE */
107 * PAGE_SIZE is not a constant; MIN_PAGE_SIZE and MAX_PAGE_SIZE must
111 #if !defined(MIN_PAGE_SIZE)
112 #error MIN_PAGE_SIZE not defined
122 * MIN_PAGE_SIZE and MAX_PAGE_SIZE must be constants.
125 #if MIN_PAGE_SIZE == 0
126 #error Invalid MIN_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)