address_max       225 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 			       uint64_t address_max, uint64_t alignment,
address_max       241 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 		     (unsigned long long)address_max,
address_max       276 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 	if (address_min && !address_max)
address_max       277 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 		address_max = address_min + req_size;
address_max       278 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 	else if (!address_min && !address_max)
address_max       279 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 		address_max = ~0ull;  /* If no limits given, use max limits */
address_max       302 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 	if (req_size > address_max - address_min)
address_max       334 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 		usable_max = min(address_max, ent_addr + ent_size);
address_max       346 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 				&& ent_addr < address_max
address_max       274 arch/mips/include/asm/octeon/cvmx-bootmem.h 			       uint64_t address_max, uint64_t alignment,