Lines Matching defs:physical_freeend
154 vaddr_t physical_freeend;
430 * physical_freeend later to reflect what pmap_bootstrap()
440 physical_freeend = 0x00200000UL;
472 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
485 physical_freeend -= ((np) * PAGE_SIZE); \
486 if (physical_freeend < physical_freestart) \
488 (var) = physical_freeend; \
495 if (((physical_freeend - L1_TABLE_SIZE) & (L1_TABLE_SIZE - 1)) == 0
535 * page tables. Save physical_freeend for when we give whats left
539 physical_freeend_low = physical_freeend;
620 * Update the physical_freestart/physical_freeend/free_pages
629 physical_freeend = physical_end;
631 (physical_freeend - physical_freestart) / PAGE_SIZE;
713 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
714 atop(physical_freestart), atop(physical_freeend),