Home | History | Annotate | Download | only in hdl_g

Lines Matching defs:physical_freeend

137 vaddr_t physical_freeend;
277 * physical_freeend later to reflect what pmap_bootstrap()
286 physical_freeend = 0xa0200000UL;
318 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
331 physical_freeend -= ((np) * PAGE_SIZE); \
332 if (physical_freeend < physical_freestart) \
334 (var) = physical_freeend; \
341 if (((physical_freeend - L1_TABLE_SIZE) & (L1_TABLE_SIZE - 1)) == 0
493 * Update the physical_freestart/physical_freeend/free_pages
502 physical_freeend = physical_end;
504 (physical_freeend - physical_freestart) / PAGE_SIZE;
580 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
581 atop(physical_freestart), atop(physical_freeend),