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.c186 uint64_t address_max, uint64_t alignment, in cvmx_bootmem_phy_alloc() argument
202 (unsigned long long)address_max, in cvmx_bootmem_phy_alloc()
237 if (address_min && !address_max) in cvmx_bootmem_phy_alloc()
238 address_max = address_min + req_size; in cvmx_bootmem_phy_alloc()
239 else if (!address_min && !address_max) in cvmx_bootmem_phy_alloc()
240 address_max = ~0ull; /* If no limits given, use max limits */ in cvmx_bootmem_phy_alloc()
263 if (req_size > address_max - address_min) in cvmx_bootmem_phy_alloc()
295 usable_max = min(address_max, ent_addr + ent_size); in cvmx_bootmem_phy_alloc()
307 && ent_addr < address_max in cvmx_bootmem_phy_alloc()
/arch/mips/include/asm/octeon/
Dcvmx-bootmem.h295 uint64_t address_max, uint64_t alignment,