Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.c704 limit = ALIGN(memory_limit ?: memblock_phys_mem_size(), PAGE_SIZE); in early_init_devtree()
710 DBG("Phys. mem: %llx\n", memblock_phys_mem_size()); in early_init_devtree()
Dsetup_64.c554 pr_info("phys_mem_size = 0x%llx\n", memblock_phys_mem_size()); in setup_system()
Dvdso.c736 vdso_data->physicalMemorySize = memblock_phys_mem_size(); in vdso_init()
/linux-4.4.14/arch/microblaze/kernel/
Dprom.c113 pr_debug("Phys. mem: %lx\n", (unsigned long) memblock_phys_mem_size()); in early_init_devtree()
/linux-4.4.14/arch/arm/kernel/
Datags_parse.c228 if (memblock_phys_mem_size()) in setup_machine_tags()
/linux-4.4.14/include/linux/
Dmemblock.h316 phys_addr_t memblock_phys_mem_size(void);
/linux-4.4.14/arch/powerpc/mm/
Dmem.c284 unsigned long long total_ram = memblock_phys_mem_size(); in paging_init()
Dhash_utils_64.c543 memblock_phys_mem_size() >= 0x40000000) in htab_init_page_sizes()
605 mem_size = memblock_phys_mem_size(); in htab_get_table_size()
Dnuma.c825 unsigned long total_ram = memblock_phys_mem_size(); in setup_nonnuma()
/linux-4.4.14/arch/sh/mm/
Dinit.c352 memory_end = memory_start + (memory_limit ?: memblock_phys_mem_size()); in paging_init()
/linux-4.4.14/arch/x86/kernel/
Dsetup.c559 total_mem = memblock_phys_mem_size(); in reserve_crashkernel()
/linux-4.4.14/arch/powerpc/platforms/cell/
Diommu.c1078 fsize = memblock_phys_mem_size(); in cell_iommu_fixed_mapping_init()
/linux-4.4.14/mm/
Dmemblock.c1435 phys_addr_t __init memblock_phys_mem_size(void) in memblock_phys_mem_size() function
/linux-4.4.14/arch/sparc/mm/
Dinit_64.c1386 unsigned long total_ram = memblock_phys_mem_size(); in bootmem_init_nonnuma()