Home
last modified time | relevance | path

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

/arch/mips/mach-octeon/
A Dcvmx-bootmem.c585 u64 address_max, u64 alignment, in cvmx_bootmem_phy_alloc() argument
599 CAST_ULL(address_max), CAST_ULL(alignment)); in cvmx_bootmem_phy_alloc()
643 if (address_min && !address_max) in cvmx_bootmem_phy_alloc()
644 address_max = address_min + req_size; in cvmx_bootmem_phy_alloc()
645 else if (!address_min && !address_max) in cvmx_bootmem_phy_alloc()
646 address_max = ~0ull; /* If no limits given, use max */ in cvmx_bootmem_phy_alloc()
653 if (req_size > address_max - address_min) in cvmx_bootmem_phy_alloc()
662 ent_addr != 0ULL && ent_addr < address_max; in cvmx_bootmem_phy_alloc()
687 if (free_end < address_min || free_start > address_max) in cvmx_bootmem_phy_alloc()
691 if ((address_max - free_start) < req_size) in cvmx_bootmem_phy_alloc()
[all …]
/arch/mips/mach-octeon/include/mach/
A Dcvmx-bootmem.h356 s64 cvmx_bootmem_phy_alloc(u64 req_size, u64 address_min, u64 address_max,

Completed in 8 milliseconds