Lines Matching refs:physical_freeend
192 vaddr_t physical_freeend;
513 * physical_freeend later to reflect what pmap_bootstrap()
538 physical_freeend = SDRAM_START + 0x00200000;
571 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
584 physical_freeend -= ((np) * PAGE_SIZE); \
585 if (physical_freeend < physical_freestart) \
587 (var) = physical_freeend; \
594 if (((physical_freeend - L1_TABLE_SIZE) & (L1_TABLE_SIZE - 1)) == 0
746 * Update the physical_freestart/physical_freeend/free_pages
752 physical_freeend = physical_end;
754 (physical_freeend - physical_freestart) / PAGE_SIZE;
836 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
837 atop(physical_freestart), atop(physical_freeend),