Home
last modified time | relevance | path

Searched refs:address_max (Results 1 – 2 of 2) sorted by relevance

/u-boot/arch/mips/mach-octeon/
A Dcvmx-bootmem.c591 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()
[all …]
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-bootmem.h355 s64 cvmx_bootmem_phy_alloc(u64 req_size, u64 address_min, u64 address_max,

Completed in 6 milliseconds