Lines Matching refs:memory_end
99 unsigned long __nongprelbss memory_end; variable
740 memory_end = memory_start + mem_size; in parse_cmdline_early()
801 printk("Memory %08lx-%08lx\n", memory_start, memory_end); in setup_arch()
803 BUG_ON(memory_start == memory_end); in setup_arch()
891 memory_end >> PAGE_SHIFT /* end of RAM */ in setup_linux_memory()
895 max_mapnr = physpages = (memory_end - memory_start) >> PAGE_SHIFT; in setup_linux_memory()
912 max_pfn = memory_end >> PAGE_SHIFT; in setup_linux_memory()
974 memory_end >> PAGE_SHIFT /* end of RAM */ in setup_uclinux_memory()
978 free_bootmem(memory_start, memory_end - memory_start); in setup_uclinux_memory()
980 high_memory = (void *) (memory_end & PAGE_MASK); in setup_uclinux_memory()
984 max_low_pfn = memory_end >> PAGE_SHIFT; in setup_uclinux_memory()