Searched refs:pmptr (Results 1 – 2 of 2) sorted by relevance
256 pmap_memory_region_t *pmptr; in i386_vm_init() local442 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 …]
857 pmap_memory_region_t *pmptr = pmap_memory_regions; in pmap_init() local858 for (i = 0; i < pmap_memory_region_count; i++, pmptr++) { in pmap_init()859 if (pmptr->type != kEfiConventionalMemory) { in pmap_init()863 for (pn = pmptr->base; pn <= pmptr->end; pn++) { in pmap_init()