Lines Matching refs:address_max
591 u64 address_max, u64 alignment, in cvmx_bootmem_phy_alloc() argument
605 CAST_ULL(address_max), CAST_ULL(alignment)); in cvmx_bootmem_phy_alloc()
649 if (address_min && !address_max) in cvmx_bootmem_phy_alloc()
650 address_max = address_min + req_size; in cvmx_bootmem_phy_alloc()
651 else if (!address_min && !address_max) in cvmx_bootmem_phy_alloc()
652 address_max = ~0ull; /* If no limits given, use max */ in cvmx_bootmem_phy_alloc()
659 if (req_size > address_max - address_min) in cvmx_bootmem_phy_alloc()
668 ent_addr != 0ULL && ent_addr < address_max; in cvmx_bootmem_phy_alloc()
693 if (free_end < address_min || free_start > address_max) in cvmx_bootmem_phy_alloc()
697 if ((address_max - free_start) < req_size) in cvmx_bootmem_phy_alloc()
723 usable_max = min_t(u64, address_max, ent_addr + ent_size); in cvmx_bootmem_phy_alloc()