Searched refs:low_size (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/kernel/ |
D | crash_reserve.c | 300 unsigned long long *low_size, in parse_crashkernel() argument 323 ret = __parse_crashkernel(cmdline, 0, low_size, in parse_crashkernel() 326 *low_size = DEFAULT_CRASH_KERNEL_LOW_SIZE; in parse_crashkernel() 355 static int __init reserve_crashkernel_low(unsigned long long low_size) in reserve_crashkernel_low() argument 360 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low() 362 pr_err("cannot allocate crashkernel low memory (size:0x%llx).\n", low_size); in reserve_crashkernel_low() 367 low_base, low_base + low_size, low_size >> 20); in reserve_crashkernel_low() 370 crashk_low_res.end = low_base + low_size - 1; in reserve_crashkernel_low()
|
D | crash_core.c | 367 unsigned long old_size, low_size; in crash_shrink_memory() local 377 low_size = crash_resource_size(&crashk_low_res); in crash_shrink_memory() 378 old_size = crash_resource_size(&crashk_res) + low_size; in crash_shrink_memory() 393 if (low_size > new_size) { in crash_shrink_memory() 400 ret = __crash_shrink_memory(&crashk_res, new_size - low_size); in crash_shrink_memory()
|
/linux-6.12.1/arch/arm64/mm/ |
D | init.c | 98 unsigned long long low_size = 0; in arch_reserve_crashkernel() local 109 &low_size, &high); in arch_reserve_crashkernel() 114 low_size, high); in arch_reserve_crashkernel()
|
/linux-6.12.1/include/linux/ |
D | crash_reserve.h | 19 unsigned long long *low_size, bool *high);
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | setup.c | 260 unsigned long long low_size = 0; in arch_reserve_crashkernel() local 269 &crash_size, &crash_base, &low_size, &high); in arch_reserve_crashkernel() 273 reserve_crashkernel_generic(cmdline, crash_size, crash_base, low_size, high); in arch_reserve_crashkernel()
|
/linux-6.12.1/arch/x86/kernel/ |
D | setup.c | 471 unsigned long long crash_base, crash_size, low_size = 0; in arch_reserve_crashkernel() local 481 &low_size, &high); in arch_reserve_crashkernel() 491 low_size, high); in arch_reserve_crashkernel()
|
/linux-6.12.1/drivers/pci/controller/ |
D | pci-hyperv.c | 2204 resource_size_t low_size = 0; in prepopulate_bars() local 2216 low_size = 1ULL << (63 - __builtin_clzll(hbus->low_mmio_space)); in prepopulate_bars() 2276 if (low_size != bar_size) in prepopulate_bars() 2285 if (high_size <= 1 && low_size <= 1) { in prepopulate_bars() 2302 low_size >>= 1; in prepopulate_bars() 2303 } while (high_size || low_size); in prepopulate_bars()
|
/linux-6.12.1/arch/riscv/mm/ |
D | init.c | 1378 unsigned long long low_size = 0; in arch_reserve_crashkernel() local 1389 &low_size, &high); in arch_reserve_crashkernel() 1394 low_size, high); in arch_reserve_crashkernel()
|