Searched refs:total_mem (Results 1 – 4 of 4) sorted by relevance
/arch/ia64/kernel/ |
D | efi.c | 979 unsigned long total_mem = 0; in find_memmap_space() local 1027 if (total_mem + (ae - as) > mem_limit) in find_memmap_space() 1028 ae -= total_mem + (ae - as) - mem_limit; in find_memmap_space() 1056 unsigned long total_mem = 0; in efi_memmap_init() local 1146 if (total_mem + (ae - as) > mem_limit) in efi_memmap_init() 1147 ae -= total_mem + (ae - as) - mem_limit; in efi_memmap_init() 1153 total_mem += ae - as; in efi_memmap_init() 1159 total_mem += ae - as; in efi_memmap_init() 1168 return total_mem; in efi_memmap_init()
|
/arch/x86/kernel/ |
D | setup.c | 556 unsigned long long crash_size, crash_base, total_mem; in reserve_crashkernel() local 560 total_mem = memblock_phys_mem_size(); in reserve_crashkernel() 563 ret = parse_crashkernel(boot_command_line, total_mem, &crash_size, &crash_base); in reserve_crashkernel() 566 ret = parse_crashkernel_high(boot_command_line, total_mem, in reserve_crashkernel() 612 (unsigned long)(total_mem >> 20)); in reserve_crashkernel()
|
/arch/arm/kernel/ |
D | setup.c | 901 unsigned long long total_mem; in reserve_crashkernel() local 904 total_mem = get_total_mem(); in reserve_crashkernel() 905 ret = parse_crashkernel(boot_command_line, total_mem, in reserve_crashkernel() 920 (unsigned long)(total_mem >> 20)); in reserve_crashkernel()
|
/arch/mips/kernel/ |
D | setup.c | 701 unsigned long long total_mem; in mips_parse_crashkernel() local 705 total_mem = get_total_mem(); in mips_parse_crashkernel() 706 ret = parse_crashkernel(boot_command_line, total_mem, in mips_parse_crashkernel()
|