Lines Matching defs:physical_freeend
137 vaddr_t physical_freeend;
406 * physical_freeend later to reflect what pmap_bootstrap()
415 physical_freeend = 0xa0200000UL;
447 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
460 physical_freeend -= ((np) * PAGE_SIZE); \
461 if (physical_freeend < physical_freestart) \
463 (var) = physical_freeend; \
470 if (((physical_freeend - L1_TABLE_SIZE) & (L1_TABLE_SIZE - 1)) == 0
622 * Update the physical_freestart/physical_freeend/free_pages
631 physical_freeend = physical_end;
633 (physical_freeend - physical_freestart) / PAGE_SIZE;
709 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
710 atop(physical_freestart), atop(physical_freeend),