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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c413 ppnum_t highest_pn = 0; local
431 if (cur_alloc > highest_pn)
432 highest_pn = cur_alloc;
442 avail_end = i386_ptob(highest_pn + 1);

Completed in 22 milliseconds