Home | History | Annotate | Download | only in imx31

Lines Matching defs:physical_freestart

175 vaddr_t physical_freestart;
394 * set up, we will panic. We will update physical_freestart
404 physical_freestart = 0x800c0000UL; /* top of LoLo */
437 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
441 physical_freestart, free_pages, free_pages);
451 if (physical_freeend < physical_freestart) \
613 * Update the physical_freestart/physical_freeend/free_pages
619 physical_freestart = physical_start +
624 (physical_freeend - physical_freestart) / PAGE_SIZE;
630 physical_freestart, free_pages, free_pages);
687 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
688 atop(physical_freestart), atop(physical_freeend),