Searched refs:maxpg (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c166 ppnum_t maxpg = 0; local
200 maxpg = 1 << (32 - I386_PGSHIFT);
263 if (maxpg) {
264 if (base >= maxpg)
266 top = (top > maxpg) ? maxpg : top;

Completed in 49 milliseconds