Home | History | Annotate | Download | only in nslu2

Lines Matching defs:physical_freeend

161 vaddr_t physical_freeend;
472 * physical_freeend later to reflect what pmap_bootstrap()
482 physical_freeend = physical_end;
494 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
510 physical_freeend -= ((np) * PAGE_SIZE); \
511 if (physical_freeend < physical_freestart) \
513 (var) = physical_freeend; \
526 if (((physical_freeend - L1_TABLE_SIZE) & (L1_TABLE_SIZE - 1)) == 0
684 * Update the physical_freestart/physical_freeend/free_pages
693 physical_freeend = physical_end;
695 (physical_freeend - physical_freestart) / PAGE_SIZE;
767 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
768 atop(physical_freestart), atop(physical_freeend),