Home | History | Annotate | Download | only in smdk2xx0

Lines Matching refs:physical_freestart

181 vaddr_t physical_freestart;
420 * physical_freestart to 0x08200000 (where the kernel
423 * will panic. We will update physical_freestart and
448 physical_freestart = 0x08000000UL; /* XXX */
482 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
486 physical_freestart, free_pages, free_pages);
496 if (physical_freeend < physical_freestart) \
657 * Update the physical_freestart/physical_freeend/free_pages
661 physical_freestart = physical_start +
665 (physical_freeend - physical_freestart) / PAGE_SIZE;
671 physical_freestart, free_pages, free_pages);
760 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
761 atop(physical_freestart), atop(physical_freeend),