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.c225 uint64_t address_max, uint64_t alignment, in cvmx_bootmem_phy_alloc() argument
241 (unsigned long long)address_max, in cvmx_bootmem_phy_alloc()
276 if (address_min && !address_max) in cvmx_bootmem_phy_alloc()
277 address_max = address_min + req_size; in cvmx_bootmem_phy_alloc()
278 else if (!address_min && !address_max) in cvmx_bootmem_phy_alloc()
279 address_max = ~0ull; /* If no limits given, use max limits */ in cvmx_bootmem_phy_alloc()
302 if (req_size > address_max - address_min) in cvmx_bootmem_phy_alloc()
334 usable_max = min(address_max, ent_addr + ent_size); in cvmx_bootmem_phy_alloc()
346 && ent_addr < address_max in cvmx_bootmem_phy_alloc()
/arch/mips/include/asm/octeon/
Dcvmx-bootmem.h274 uint64_t address_max, uint64_t alignment,