Lines Matching defs:physical_freestart
138 vaddr_t physical_freestart;
393 * physical_freestart to 0xc0200000 (where the kernel
396 * will panic. We will update physical_freestart and
405 physical_freestart = 0xc0009000UL;
437 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
441 physical_freestart, free_pages, free_pages);
451 if (physical_freeend < physical_freestart) \
665 * Update the physical_freestart/physical_freeend/free_pages
671 physical_freestart = physical_start +
676 (physical_freeend - physical_freestart) / PAGE_SIZE;
680 physical_freestart, free_pages, free_pages);
733 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
734 atop(physical_freestart), atop(physical_freeend),