Lines Matching defs:physical_freeend
176 vaddr_t physical_freeend;
391 * physical_freeend to 0x80100000UL (where the kernel
395 * and physical_freeend later to reflect what pmap_bootstrap()
405 physical_freeend = 0x80100000UL; /* base of kernel */
437 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
450 physical_freeend -= ((np) * PAGE_SIZE); \
451 if (physical_freeend < physical_freestart) \
453 (var) = physical_freeend; \
460 if (((physical_freeend - L1_TABLE_SIZE) & (L1_TABLE_SIZE - 1)) == 0
613 * Update the physical_freestart/physical_freeend/free_pages
622 physical_freeend = physical_end;
624 (physical_freeend - physical_freestart) / PAGE_SIZE;
687 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
688 atop(physical_freestart), atop(physical_freeend),