Home | History | Annotate | Download | only in tsarm

Lines Matching defs:physical_freestart

153 vaddr_t physical_freestart;
426 * physical_freestart to 0x00200000 (where the kernel
429 * will panic. We will update physical_freestart and
439 physical_freestart = 0x00009000UL;
472 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
476 physical_freestart, free_pages, free_pages);
486 if (physical_freeend < physical_freestart) \
620 * Update the physical_freestart/physical_freeend/free_pages
626 physical_freestart = physical_start +
631 (physical_freeend - physical_freestart) / PAGE_SIZE;
643 physical_freestart, free_pages, free_pages);
713 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
714 atop(physical_freestart), atop(physical_freeend),