Home
last modified time | relevance | path

Searched refs:pmap_high_used_bottom (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.101.5/osfmk/i386/
H A Di386_vm_init.c137 ppnum_t pmap_high_used_bottom = 0; variable
1013 pmap_high_used_bottom = r->alloc_frag_down + 1; in pmap_hi_pages_done()
1018 pmap_high_used_bottom = r->base; in pmap_hi_pages_done()
1022 pmap_high_used_bottom = r->alloc_down + 1; in pmap_hi_pages_done()
1024 pmap_high_used_bottom = r->base; in pmap_hi_pages_done()
1029 kprintf("pmap_high_used_bottom 0x%x\n", pmap_high_used_bottom); in pmap_hi_pages_done()
H A Dpmap_internal.h515 extern ppnum_t pmap_high_used_bottom;
/xnu-8796.101.5/osfmk/x86_64/
H A Dpmap.c886 if ((pmap_high_used_bottom <= pn && pn <= pmap_high_used_top) || in pmap_init()