Searched refs:pmptr (Results 1 – 2 of 2) sorted by relevance
257 pmap_memory_region_t *pmptr; in i386_vm_init() local443 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 …]
872 pmap_memory_region_t *pmptr = pmap_memory_regions; in pmap_init() local873 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()