Lines Matching refs:size
73 * is delayed until DMA zone memory range size initilazation performed in
82 * range for shrinking its size via /sys/kernel/kexec_crash_size interface.
116 pr_warn("cannot allocate crashkernel (size:0x%llx)\n",
277 * Limit the memory size that was specified via FDT.
306 usablemem->size = dt_mem_next_cell(dt_root_size_cells, ®);
314 .size = 0,
319 if (reg.size)
320 memblock_cap_memory_range(reg.base, reg.size);
330 /* Remove memory above our supported physical address size */
380 u64 size = PAGE_ALIGN(phys_initrd_start + phys_initrd_size) - base;
391 base + size > memblock_start_of_DRAM() +
396 memblock_remove(base, size); /* clear MEMBLOCK_ flags */
397 memblock_add(base, size);
398 memblock_reserve(base, size);
408 * If the size of the linear region exceeds, by a sufficient
409 * margin, the size of the region that the available physical
457 * while allocating required CMA size across online nodes.