Searched refs:alloc_down (Results 1 – 2 of 2) sorted by relevance
211 (addr64_t) p->alloc_down << I386_PGSHIFT, in kprint_memmap()621 pmptr->alloc_down = pmptr->end; in i386_vm_init()629 pmptr->alloc_down = top; in i386_vm_init()643 pmptr->alloc_down = pmptr->end; in i386_vm_init()657 pmptr->alloc_down = pmptr->end = top; in i386_vm_init()670 pmptr->alloc_down = pmptr->end = top; in i386_vm_init()690 (prev_pmptr->end == prev_pmptr->alloc_down) && in i386_vm_init()693 prev_pmptr->alloc_down = pmptr->alloc_down; in i386_vm_init()765 pmap_memory_regions[cur_region].alloc_down = cur_end; in i386_vm_init()869 if (region->alloc_up <= region->alloc_down) { in pmap_next_page_reserved()[all …]
633 ppnum_t alloc_down; /* pages above this one have been "stolen" */ member