Searched refs:alloc_down (Results 1 – 2 of 2) sorted by relevance
210 (addr64_t) p->alloc_down << I386_PGSHIFT, in kprint_memmap()620 pmptr->alloc_down = pmptr->end; in i386_vm_init()628 pmptr->alloc_down = top; in i386_vm_init()642 pmptr->alloc_down = pmptr->end; in i386_vm_init()656 pmptr->alloc_down = pmptr->end = top; in i386_vm_init()669 pmptr->alloc_down = pmptr->end = top; in i386_vm_init()689 (prev_pmptr->end == prev_pmptr->alloc_down) && in i386_vm_init()692 prev_pmptr->alloc_down = pmptr->alloc_down; in i386_vm_init()764 pmap_memory_regions[cur_region].alloc_down = cur_end; in i386_vm_init()868 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