Home
last modified time | relevance | path

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

/xnu-11215/osfmk/i386/
H A Di386_vm_init.c211 (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()
693 prev_pmptr->alloc_down = pmptr->alloc_down; in i386_vm_init()
945 region->alloc_down = lgpg - 1; in pmap_next_page_large()
976 *pn = region->alloc_down--; in pmap_next_page_hi()
1016 if (r->alloc_up <= r->alloc_down) { in pmap_hi_pages_done()
[all …]
H A Dpmap.h633 ppnum_t alloc_down; /* pages above this one have been "stolen" */ member