Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/i386/
H A Di386_vm_init.c256 pmap_memory_region_t *pmptr; in i386_vm_init() local
442 pmptr = pmap_memory_regions; in i386_vm_init()
609 pmptr->base = base; in i386_vm_init()
611 pmptr->base = I386_LOWMEM_RESERVED; in i386_vm_init()
614 pmptr->end = top; in i386_vm_init()
619 pmptr->alloc_up = pmptr->base; in i386_vm_init()
620 pmptr->alloc_down = pmptr->end; in i386_vm_init()
621 RESET_FRAG(pmptr); in i386_vm_init()
627 pmptr->alloc_up = top + 1; in i386_vm_init()
628 pmptr->alloc_down = top; in i386_vm_init()
[all …]
/xnu-8020.140.41/osfmk/x86_64/
H A Dpmap.c861 pmap_memory_region_t *pmptr = pmap_memory_regions; in pmap_init() local
862 for (i = 0; i < pmap_memory_region_count; i++, pmptr++) { in pmap_init()
863 if (pmptr->type != kEfiConventionalMemory) { in pmap_init()
867 for (pn = pmptr->base; pn <= pmptr->end; pn++) { in pmap_init()