Lines Matching defs:min_addr
1504 * @min_addr: the lower bound of the memory region to allocate (phys address)
1512 * The @min_addr limit is dropped if it can not be satisfied and the allocation
1513 * will fall back to memory below @min_addr. Other constraints, such
1522 phys_addr_t min_addr, phys_addr_t max_addr,
1538 alloc = memblock_alloc_range_nid(size, align, min_addr, max_addr, nid,
1542 if (!alloc && min_addr)
1557 * @min_addr: the lower bound of the memory region from where the allocation
1572 phys_addr_t min_addr, phys_addr_t max_addr,
1576 __func__, (u64)size, (u64)align, nid, &min_addr,
1579 return memblock_alloc_internal(size, align, min_addr, max_addr, nid,
1588 * @min_addr: the lower bound of the memory region from where the allocation
1604 phys_addr_t min_addr, phys_addr_t max_addr,
1608 __func__, (u64)size, (u64)align, nid, &min_addr,
1611 return memblock_alloc_internal(size, align, min_addr, max_addr, nid,
1619 * @min_addr: the lower bound of the memory region from where the allocation
1634 phys_addr_t min_addr, phys_addr_t max_addr,
1640 __func__, (u64)size, (u64)align, nid, &min_addr,
1643 min_addr, max_addr, nid, false);