Lines Matching defs:physical_freestart
204 static paddr_t physical_freestart, physical_freeend;
615 physical_freestart = KERN_VTOPHYS(round_page((vaddr_t) _end));
617 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
623 * operation. When it returns, physical_freestart and free_pages will
689 uvm_page_physload(atop(physical_freestart), atop(GEMINI_RAM_RESV_PBASE),
690 atop(physical_freestart), atop(GEMINI_RAM_RESV_PBASE),
696 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
697 atop(physical_freestart), atop(physical_freeend),
902 (var).pv_pa = physical_freestart; \
903 physical_freestart += ((np) * PAGE_SIZE); \
904 if (physical_freestart > (physical_freeend - L1_TABLE_SIZE)) \
916 printf("%s: physical_freestart %#lx\n", __func__, physical_freestart);
920 if ((physical_freestart & (L1_TABLE_SIZE - 1)) == 0
1167 printf(mem_fmt, "Free Memory", physical_freestart, physical_freeend-1,
1168 KERN_PHYSTOV(physical_freestart), KERN_PHYSTOV(physical_freeend-1),