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

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_vm_init.c608 ppnum_t cur_end = 0; local
622 for (cur_end = pmap_memory_regions[cur_region].base;
623 cur_end < pmap_memory_regions[cur_region].end && pages_to_use;
624 cur_end++) {
625 if (cur_end > highest_pn)
626 highest_pn = cur_end;
630 pmap_memory_regions[cur_region].end = cur_end;

Completed in 19 milliseconds