Home
last modified time | relevance | path

Searched refs:total_mem (Results 1 – 5 of 5) sorted by relevance

/arch/mips/sgi-ip30/
A Dip30-setup.c50 unsigned long total_mem; in ip30_mem_init() local
56 total_mem = 0; in ip30_mem_init()
70 total_mem += size; in ip30_mem_init()
78 pr_info("Detected %luMB of physical memory.\n", MEM_SHIFT(total_mem)); in ip30_mem_init()
/arch/x86/mm/
A Dmem_encrypt.c104 phys_addr_t total_mem = memblock_phys_mem_size(); in mem_encrypt_setup_arch() local
134 size = total_mem * 6 / 100; in mem_encrypt_setup_arch()
/arch/s390/boot/
A Dphysmem_info.c207 unsigned long start, end, total_mem = 0, total_reserved_mem = 0; in die_oom() local
226 total_mem += end - start; in die_oom()
229 total_mem, total_reserved_mem, in die_oom()
230 total_mem > total_reserved_mem ? total_mem - total_reserved_mem : 0); in die_oom()
/arch/mips/kernel/
A Dsetup.c451 unsigned long long total_mem; in mips_parse_crashkernel() local
458 total_mem = memblock_phys_mem_size(); in mips_parse_crashkernel()
459 ret = parse_crashkernel(boot_command_line, total_mem, in mips_parse_crashkernel()
/arch/arm/kernel/
A Dsetup.c1001 unsigned long long total_mem; in reserve_crashkernel() local
1004 total_mem = get_total_mem(); in reserve_crashkernel()
1005 ret = parse_crashkernel(boot_command_line, total_mem, in reserve_crashkernel()
1039 (unsigned long)(total_mem >> 20)); in reserve_crashkernel()

Completed in 12 milliseconds