Lines Matching defs:physical_freeend
180 vaddr_t physical_freeend;
445 * and physical_freeend later to reflect what pmap_bootstrap()
455 physical_freeend = 0xa0200000UL;
487 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
500 physical_freeend -= ((np) * PAGE_SIZE); \
501 if (physical_freeend < physical_freestart) \
503 (var) = physical_freeend; \
510 if (((physical_freeend - L1_TABLE_SIZE) & (L1_TABLE_SIZE - 1)) == 0
670 * Update the physical_freestart/physical_freeend/free_pages
679 physical_freeend = physical_end;
681 (physical_freeend - physical_freestart) / PAGE_SIZE;
743 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
744 atop(physical_freestart), atop(physical_freeend),