Home | History | Annotate | Download | only in mini2440

Lines Matching refs:physical_freeend

225 vaddr_t physical_freeend;
539 * physical_freeend later to reflect what pmap_bootstrap()
548 physical_freeend = SDRAM_START + KERNEL_OFFSET;
582 free_pages = (physical_freeend - physical_freestart) / PAGE_SIZE;
586 physical_freestart, free_pages, free_pages, physical_freeend);
595 physical_freeend -= ((np) * PAGE_SIZE); \
596 if (physical_freeend < physical_freestart) \
598 (var) = physical_freeend; \
605 if (((physical_freeend - L1_TABLE_SIZE) & (L1_TABLE_SIZE - 1)) == 0
641 printf("Free memory in bootstrap region: %ld bytes\n", physical_freeend - physical_freestart);
646 physical_freeend_low = physical_freeend;
793 * Update the physical_freestart/physical_freeend/free_pages
798 physical_freeend = physical_end;
800 (physical_freeend - physical_freestart) / PAGE_SIZE;
877 uvm_page_physload(atop(physical_freestart), atop(physical_freeend),
878 atop(physical_freestart), atop(physical_freeend),