Home | History | Annotate | Download | only in armadillo

Lines Matching defs:physical_freeend

210 vaddr_t physical_freeend;
528 * physical_freeend later to reflect what pmap_bootstrap()
538 physical_freeend = 0xc0200000UL;
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
634 * page tables. Save physical_freeend for when we give whats left
638 physical_freeend_low = physical_freeend;
719 * Update the physical_freestart/physical_freeend/free_pages
728 physical_freeend = physical_end;
730 (physical_freeend - physical_freestart) / PAGE_SIZE;
812 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
813 atop(physical_freestart), atop(physical_freeend),