Lines Matching defs:physical_freestart
209 vaddr_t physical_freestart;
524 * physical_freestart to 0xc0200000 (where the kernel
527 * will panic. We will update physical_freestart and
537 physical_freestart = 0xc0018000UL;
571 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
575 physical_freestart, free_pages, free_pages);
585 if (physical_freeend < physical_freestart) \
719 * Update the physical_freestart/physical_freeend/free_pages
725 physical_freestart = physical_start +
730 (physical_freeend - physical_freestart) / PAGE_SIZE;
742 physical_freestart, free_pages, free_pages);
812 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
813 atop(physical_freestart), atop(physical_freeend),