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

/xnu-2422.115.4/osfmk/i386/
H A Di386_vm_init.c174 pmap_memory_region_t *pmptr; local
310 pmptr = pmap_memory_regions;
478 pmptr->base = base;
480 pmptr->base = I386_LOWMEM_RESERVED;
482 pmptr->end = top;
487 pmptr->alloc_up = pmptr->base;
488 pmptr->alloc_down = pmptr->end;
495 pmptr
833 pmap_memory_region_t *pmptr = pmap_memory_regions; local
[all...]
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c699 pmap_memory_region_t *pmptr = pmap_memory_regions; local
700 for (i = 0; i < pmap_memory_region_count; i++, pmptr++) {
701 if (pmptr->type != kEfiConventionalMemory)
704 for (pn = pmptr->base; pn <= pmptr->end; pn++) {

Completed in 73 milliseconds