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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c206 pmap_memory_region_count = pmap_memory_region_current = 0;
506 if (avail_remaining) while (pmap_memory_region_current < pmap_memory_region_count) {
507 if (pmap_memory_regions[pmap_memory_region_current].alloc ==
508 pmap_memory_regions[pmap_memory_region_current].end) {
509 pmap_memory_region_current++;
512 *pn = pmap_memory_regions[pmap_memory_region_current].alloc++;
H A Dpmap.h479 unsigned pmap_memory_region_current; variable

Completed in 16 milliseconds