Searched refs:pmap_high_used_bottom (Results 1 – 3 of 3) sorted by relevance
138 ppnum_t pmap_high_used_bottom = 0; variable1014 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()
515 extern ppnum_t pmap_high_used_bottom;
886 if ((pmap_high_used_bottom <= pn && pn <= pmap_high_used_top) || in pmap_init()