Searched refs:VMPAGESIZE (Results 1 – 1 of 1) sorted by relevance
162 #define VMPAGESIZE 8192 macro164 #if _AST_PAGESIZE > VMPAGESIZE165 #undef VMPAGESIZE166 #define VMPAGESIZE _AST_PAGESIZE macro171 (((x)=getpagesize()) < VMPAGESIZE ? ((x)=VMPAGESIZE) : (x)) )173 #define GETPAGESIZE(x) ((x) = VMPAGESIZE)