Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Di386_vm_init.c138 ppnum_t pmap_high_used_bottom = 0; variable
1014 pmap_high_used_bottom = r->alloc_frag_down + 1; in pmap_hi_pages_done()
1019 pmap_high_used_bottom = r->base; in pmap_hi_pages_done()
1023 pmap_high_used_bottom = r->alloc_down + 1; in pmap_hi_pages_done()
1025 pmap_high_used_bottom = r->base; in pmap_hi_pages_done()
1030 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-11417.140.69/osfmk/x86_64/
H A Dpmap.c886 if ((pmap_high_used_bottom <= pn && pn <= pmap_high_used_top) || in pmap_init()