Searched refs:memblock_phys_mem_size (Results 1 – 25 of 26) sorted by relevance
12
/linux-5.19.10/arch/sh/kernel/ |
D | machine_kexec.c | 156 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel() 198 (unsigned long)(memblock_phys_mem_size() >> 20)); in reserve_crashkernel()
|
/linux-5.19.10/arch/microblaze/kernel/ |
D | prom.c | 27 pr_debug("Phys. mem: %lx\n", (unsigned long) memblock_phys_mem_size()); in early_init_devtree()
|
/linux-5.19.10/arch/csky/kernel/ |
D | setup.c | 79 (unsigned long) memblock_phys_mem_size()/1024/1024); in setup_arch()
|
/linux-5.19.10/arch/xtensa/mm/ |
D | init.c | 52 if (!memblock_phys_mem_size()) in bootmem_init()
|
/linux-5.19.10/arch/arm/kernel/ |
D | atags_parse.c | 220 if (memblock_phys_mem_size()) in setup_machine_tags()
|
/linux-5.19.10/arch/powerpc/kexec/ |
D | core.c | 107 total_mem_sz = memory_limit ? memory_limit : memblock_phys_mem_size(); in reserve_crashkernel()
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | fadump.c | 315 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in fadump_calculate_reserve_size() 329 max_size = memblock_phys_mem_size() / MAX_BOOT_MEM_RATIO; in fadump_calculate_reserve_size() 346 size = memblock_phys_mem_size() / 20; in fadump_calculate_reserve_size() 649 (size >> 20), base, (memblock_phys_mem_size() >> 20)); in fadump_reserve_mem()
|
D | prom.c | 784 limit = ALIGN(memory_limit ?: memblock_phys_mem_size(), PAGE_SIZE); in early_init_devtree() 795 DBG("Phys. mem: %llx\n", (unsigned long long)memblock_phys_mem_size()); in early_init_devtree()
|
D | vdso.c | 384 vdso_data->physicalMemorySize = memblock_phys_mem_size(); in vdso_init()
|
D | setup-common.c | 814 (unsigned long long)memblock_phys_mem_size()); in print_system_info()
|
/linux-5.19.10/arch/sparc/mm/ |
D | init_32.c | 197 size = memblock_phys_mem_size() - memblock_reserved_size(); in bootmem_init()
|
/linux-5.19.10/kernel/dma/ |
D | contiguous.c | 116 unsigned long total_pages = PHYS_PFN(memblock_phys_mem_size()); in cma_early_percent_memory()
|
/linux-5.19.10/arch/x86/kernel/ |
D | setup.c | 440 low_mem_limit = min(memblock_phys_mem_size(), CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low() 489 total_mem = memblock_phys_mem_size(); in reserve_crashkernel()
|
/linux-5.19.10/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 833 memblock_phys_mem_size() >= 0x40000000) in htab_init_page_sizes() 906 return 1UL << htab_shift_for_mem_size(memblock_phys_mem_size()); in htab_get_table_size() 944 resize_hpt_for_hotplug(memblock_phys_mem_size()); in hash__create_section_mapping() 963 if (resize_hpt_for_hotplug(memblock_phys_mem_size()) == -ENOSPC) in hash__remove_section_mapping()
|
/linux-5.19.10/arch/powerpc/mm/ |
D | mem.c | 226 unsigned long long total_ram = memblock_phys_mem_size(); in paging_init()
|
D | numa.c | 1027 unsigned long total_ram = memblock_phys_mem_size(); in setup_nonnuma()
|
/linux-5.19.10/arch/arm64/mm/ |
D | init.c | 138 ret = parse_crashkernel(cmdline, memblock_phys_mem_size(), in reserve_crashkernel()
|
/linux-5.19.10/arch/sh/mm/ |
D | init.c | 308 memory_end = memory_start + (memory_limit ?: memblock_phys_mem_size()); in paging_init()
|
/linux-5.19.10/arch/x86/mm/ |
D | mem_encrypt_amd.c | 219 phys_addr_t total_mem = memblock_phys_mem_size(); in sev_setup_arch()
|
/linux-5.19.10/arch/powerpc/kvm/ |
D | book3s_hv_builtin.c | 91 selected_size = PAGE_ALIGN(memblock_phys_mem_size() * kvm_cma_resv_ratio / 100); in kvm_cma_reserve()
|
/linux-5.19.10/include/linux/ |
D | memblock.h | 478 phys_addr_t memblock_phys_mem_size(void);
|
/linux-5.19.10/arch/mips/kernel/ |
D | setup.c | 457 total_mem = memblock_phys_mem_size(); in mips_parse_crashkernel()
|
/linux-5.19.10/arch/powerpc/platforms/cell/ |
D | iommu.c | 950 fsize = memblock_phys_mem_size(); in cell_iommu_fixed_mapping_init()
|
/linux-5.19.10/arch/riscv/mm/ |
D | init.c | 1163 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
|
/linux-5.19.10/mm/ |
D | memblock.c | 1634 phys_addr_t __init_memblock memblock_phys_mem_size(void) in memblock_phys_mem_size() function
|
12