Home
last modified time | relevance | path

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

/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c157 uint64_t address_max, uint64_t alignment, in cvmx_bootmem_phy_alloc() argument
173 (unsigned long long)address_max, in cvmx_bootmem_phy_alloc()
208 if (address_min && !address_max) in cvmx_bootmem_phy_alloc()
209 address_max = address_min + req_size; in cvmx_bootmem_phy_alloc()
210 else if (!address_min && !address_max) in cvmx_bootmem_phy_alloc()
211 address_max = ~0ull; /* If no limits given, use max limits */ in cvmx_bootmem_phy_alloc()
234 if (req_size > address_max - address_min) in cvmx_bootmem_phy_alloc()
266 usable_max = min(address_max, ent_addr + ent_size); in cvmx_bootmem_phy_alloc()
278 && ent_addr < address_max in cvmx_bootmem_phy_alloc()
/arch/mips/include/asm/octeon/
Dcvmx-bootmem.h223 uint64_t address_max, uint64_t alignment,