Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/cavium-octeon/executive/
A Dcvmx-bootmem.c218 uint64_t address_max, uint64_t alignment, in cvmx_bootmem_phy_alloc() argument
234 (unsigned long long)address_max, in cvmx_bootmem_phy_alloc()
269 if (address_min && !address_max) in cvmx_bootmem_phy_alloc()
270 address_max = address_min + req_size; in cvmx_bootmem_phy_alloc()
271 else if (!address_min && !address_max) in cvmx_bootmem_phy_alloc()
272 address_max = ~0ull; /* If no limits given, use max limits */ in cvmx_bootmem_phy_alloc()
295 if (req_size > address_max - address_min) in cvmx_bootmem_phy_alloc()
327 usable_max = min(address_max, ent_addr + ent_size); in cvmx_bootmem_phy_alloc()
339 && ent_addr < address_max in cvmx_bootmem_phy_alloc()
/linux-6.3-rc2/arch/mips/include/asm/octeon/
A Dcvmx-bootmem.h274 uint64_t address_max, uint64_t alignment,

Completed in 6 milliseconds