Lines Matching defs:physical_freeend
182 vaddr_t physical_freeend;
424 * physical_freeend later to reflect what pmap_bootstrap()
449 physical_freeend = 0x08200000UL;
482 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
495 physical_freeend -= ((np) * PAGE_SIZE); \
496 if (physical_freeend < physical_freestart) \
498 (var) = physical_freeend; \
505 if (((physical_freeend - L1_TABLE_SIZE) & (L1_TABLE_SIZE - 1)) == 0
657 * Update the physical_freestart/physical_freeend/free_pages
663 physical_freeend = physical_end;
665 (physical_freeend - physical_freestart) / PAGE_SIZE;
760 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
761 atop(physical_freestart), atop(physical_freeend),