Home
last modified time | relevance | path

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

/u-boot/arch/mips/mach-octeon/
A Dcvmx-bootmem.c597 u64 free_start, free_end; in cvmx_bootmem_phy_alloc() local
685 free_start = (ent_addr + align - 1) & align_mask; in cvmx_bootmem_phy_alloc()
689 if ((free_start + req_size) > free_end) in cvmx_bootmem_phy_alloc()
693 if (free_end < address_min || free_start > address_max) in cvmx_bootmem_phy_alloc()
697 if ((address_max - free_start) < req_size) in cvmx_bootmem_phy_alloc()

Completed in 7 milliseconds