Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/i386/
H A Di386_vm_init.c257 pmap_memory_region_t *pmptr; in i386_vm_init() local
443 pmptr = pmap_memory_regions; in i386_vm_init()
610 pmptr->base = base; in i386_vm_init()
612 pmptr->base = I386_LOWMEM_RESERVED; in i386_vm_init()
615 pmptr->end = top; in i386_vm_init()
620 pmptr->alloc_up = pmptr->base; in i386_vm_init()
621 pmptr->alloc_down = pmptr->end; in i386_vm_init()
622 RESET_FRAG(pmptr); in i386_vm_init()
628 pmptr->alloc_up = top + 1; in i386_vm_init()
629 pmptr->alloc_down = top; in i386_vm_init()
[all …]
/xnu-11215.1.10/osfmk/x86_64/
H A Dpmap.c872 pmap_memory_region_t *pmptr = pmap_memory_regions; in pmap_init() local
873 for (i = 0; i < pmap_memory_region_count; i++, pmptr++) { in pmap_init()
874 if (pmptr->type != kEfiConventionalMemory) { in pmap_init()
878 for (pn = pmptr->base; pn <= pmptr->end; pn++) { in pmap_init()