Home
last modified time | relevance | path

Searched refs:memblock_phys_mem_size (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/arch/sh/kernel/
Dmachine_kexec.c160 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
201 (unsigned long)(memblock_phys_mem_size() >> 20)); in reserve_crashkernel()
/linux-4.1.27/arch/powerpc/kernel/
Dmachine_kexec.c120 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
187 (unsigned long)(memblock_phys_mem_size() >> 20)); in reserve_crashkernel()
Dprom.c706 limit = ALIGN(memory_limit ?: memblock_phys_mem_size(), PAGE_SIZE); in early_init_devtree()
712 DBG("Phys. mem: %llx\n", memblock_phys_mem_size()); in early_init_devtree()
Dsetup_64.c530 pr_info("phys_mem_size = 0x%llx\n", memblock_phys_mem_size()); in setup_system()
Dvdso.c757 vdso_data->physicalMemorySize = memblock_phys_mem_size(); in vdso_init()
/linux-4.1.27/arch/microblaze/kernel/
Dprom.c113 pr_debug("Phys. mem: %lx\n", (unsigned long) memblock_phys_mem_size()); in early_init_devtree()
/linux-4.1.27/arch/arm/kernel/
Datags_parse.c228 if (memblock_phys_mem_size()) in setup_machine_tags()
/linux-4.1.27/include/linux/
Dmemblock.h281 phys_addr_t memblock_phys_mem_size(void);
/linux-4.1.27/arch/powerpc/mm/
Dmem.c284 unsigned long long total_ram = memblock_phys_mem_size(); in paging_init()
Dhash_utils_64.c542 memblock_phys_mem_size() >= 0x40000000) in htab_init_page_sizes()
604 mem_size = memblock_phys_mem_size(); in htab_get_table_size()
Dnuma.c818 unsigned long total_ram = memblock_phys_mem_size(); in setup_nonnuma()
/linux-4.1.27/arch/sh/mm/
Dinit.c352 memory_end = memory_start + (memory_limit ?: memblock_phys_mem_size()); in paging_init()
/linux-4.1.27/arch/x86/kernel/
Dsetup.c576 total_mem = memblock_phys_mem_size(); in reserve_crashkernel()
/linux-4.1.27/arch/powerpc/platforms/cell/
Diommu.c1072 fsize = memblock_phys_mem_size(); in cell_iommu_fixed_mapping_init()
/linux-4.1.27/mm/
Dmemblock.c1328 phys_addr_t __init memblock_phys_mem_size(void) in memblock_phys_mem_size() function
/linux-4.1.27/arch/sparc/mm/
Dinit_64.c1329 unsigned long total_ram = memblock_phys_mem_size(); in bootmem_init_nonnuma()