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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c163 ppnum_t fap; local
207 fap = (ppnum_t) i386_btop(first_avail);
284 if (top < fap) {
301 else if ( (base < fap) && (top > fap) ) {
308 pmptr->alloc = pmptr->end = (fap - 1);
316 pmptr->alloc = pmptr->base = fap;

Completed in 21 milliseconds