Home
last modified time | relevance | path

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

12

/linux-5.19.10/arch/sh/kernel/
Dmachine_kexec.c156 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/
Dprom.c27 pr_debug("Phys. mem: %lx\n", (unsigned long) memblock_phys_mem_size()); in early_init_devtree()
/linux-5.19.10/arch/csky/kernel/
Dsetup.c79 (unsigned long) memblock_phys_mem_size()/1024/1024); in setup_arch()
/linux-5.19.10/arch/xtensa/mm/
Dinit.c52 if (!memblock_phys_mem_size()) in bootmem_init()
/linux-5.19.10/arch/arm/kernel/
Datags_parse.c220 if (memblock_phys_mem_size()) in setup_machine_tags()
/linux-5.19.10/arch/powerpc/kexec/
Dcore.c107 total_mem_sz = memory_limit ? memory_limit : memblock_phys_mem_size(); in reserve_crashkernel()
/linux-5.19.10/arch/powerpc/kernel/
Dfadump.c315 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()
Dprom.c784 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()
Dvdso.c384 vdso_data->physicalMemorySize = memblock_phys_mem_size(); in vdso_init()
Dsetup-common.c814 (unsigned long long)memblock_phys_mem_size()); in print_system_info()
/linux-5.19.10/arch/sparc/mm/
Dinit_32.c197 size = memblock_phys_mem_size() - memblock_reserved_size(); in bootmem_init()
/linux-5.19.10/kernel/dma/
Dcontiguous.c116 unsigned long total_pages = PHYS_PFN(memblock_phys_mem_size()); in cma_early_percent_memory()
/linux-5.19.10/arch/x86/kernel/
Dsetup.c440 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/
Dhash_utils.c833 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/
Dmem.c226 unsigned long long total_ram = memblock_phys_mem_size(); in paging_init()
Dnuma.c1027 unsigned long total_ram = memblock_phys_mem_size(); in setup_nonnuma()
/linux-5.19.10/arch/arm64/mm/
Dinit.c138 ret = parse_crashkernel(cmdline, memblock_phys_mem_size(), in reserve_crashkernel()
/linux-5.19.10/arch/sh/mm/
Dinit.c308 memory_end = memory_start + (memory_limit ?: memblock_phys_mem_size()); in paging_init()
/linux-5.19.10/arch/x86/mm/
Dmem_encrypt_amd.c219 phys_addr_t total_mem = memblock_phys_mem_size(); in sev_setup_arch()
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv_builtin.c91 selected_size = PAGE_ALIGN(memblock_phys_mem_size() * kvm_cma_resv_ratio / 100); in kvm_cma_reserve()
/linux-5.19.10/include/linux/
Dmemblock.h478 phys_addr_t memblock_phys_mem_size(void);
/linux-5.19.10/arch/mips/kernel/
Dsetup.c457 total_mem = memblock_phys_mem_size(); in mips_parse_crashkernel()
/linux-5.19.10/arch/powerpc/platforms/cell/
Diommu.c950 fsize = memblock_phys_mem_size(); in cell_iommu_fixed_mapping_init()
/linux-5.19.10/arch/riscv/mm/
Dinit.c1163 ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), in reserve_crashkernel()
/linux-5.19.10/mm/
Dmemblock.c1634 phys_addr_t __init_memblock memblock_phys_mem_size(void) in memblock_phys_mem_size() function

12