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

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_vm_init.c184 ppnum_t fap; local
327 fap = (ppnum_t) i386_btop(first_avail);
458 if (top < fap) {
487 else if ( (base < fap) && (top > fap) ) {
494 pmptr->alloc = pmptr->end = (fap - 1);
504 pmptr->alloc = pmptr->base = fap;

Completed in 79 milliseconds