Searched refs:low_size (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | crash_reserve.h | 29 unsigned long long *low_size, unsigned long long *cma_size,
|
| /linux/arch/loongarch/kernel/ |
| H A D | setup.c | 268 unsigned long long low_size = 0; in arch_reserve_crashkernel() local 276 &crash_size, &crash_base, &low_size, NULL, &high); in arch_reserve_crashkernel() 280 reserve_crashkernel_generic(crash_size, crash_base, low_size, high); in arch_reserve_crashkernel()
|
| /linux/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 2325 resource_size_t low_size = 0; in prepopulate_bars() local 2337 low_size = 1ULL << (63 - __builtin_clzll(hbus->low_mmio_space)); in prepopulate_bars() 2397 if (low_size != bar_size) in prepopulate_bars() 2406 if (high_size <= 1 && low_size <= 1) { in prepopulate_bars() 2423 low_size >>= 1; in prepopulate_bars() 2424 } while (high_size || low_size); in prepopulate_bars()
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 1323 unsigned long long low_size = 0; in arch_reserve_crashkernel() local 1333 &low_size, NULL, &high); in arch_reserve_crashkernel() 1337 reserve_crashkernel_generic(crash_size, crash_base, low_size, high); in arch_reserve_crashkernel()
|