Lines Matching defs:min_addr
1421 * @min_addr: the lower bound of the memory region to allocate (phys address)
1429 * The @min_addr limit is dropped if it can not be satisfied and the allocation
1430 * will fall back to memory below @min_addr. Other constraints, such
1439 phys_addr_t min_addr, phys_addr_t max_addr,
1455 alloc = memblock_alloc_range_nid(size, align, min_addr, max_addr, nid,
1459 if (!alloc && min_addr)
1474 * @min_addr: the lower bound of the memory region from where the allocation
1489 phys_addr_t min_addr, phys_addr_t max_addr,
1495 __func__, (u64)size, (u64)align, nid, &min_addr,
1499 min_addr, max_addr, nid, true);
1511 * @min_addr: the lower bound of the memory region from where the allocation
1527 phys_addr_t min_addr, phys_addr_t max_addr,
1533 __func__, (u64)size, (u64)align, nid, &min_addr,
1537 min_addr, max_addr, nid, false);
1548 * @min_addr: the lower bound of the memory region from where the allocation
1563 phys_addr_t min_addr, phys_addr_t max_addr,
1569 __func__, (u64)size, (u64)align, nid, &min_addr,
1572 min_addr, max_addr, nid, false);