Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c194 uint64_t new_ent_addr = 0; in cvmx_bootmem_phy_alloc() local
332 new_ent_addr = ent_addr + req_size; in cvmx_bootmem_phy_alloc()
333 cvmx_bootmem_phy_set_next(new_ent_addr, in cvmx_bootmem_phy_alloc()
335 cvmx_bootmem_phy_set_size(new_ent_addr, in cvmx_bootmem_phy_alloc()
344 new_ent_addr); in cvmx_bootmem_phy_alloc()
377 new_ent_addr = desired_min_addr; in cvmx_bootmem_phy_alloc()
378 cvmx_bootmem_phy_set_next(new_ent_addr, in cvmx_bootmem_phy_alloc()
381 cvmx_bootmem_phy_set_size(new_ent_addr, in cvmx_bootmem_phy_alloc()
388 cvmx_bootmem_phy_set_next(ent_addr, new_ent_addr); in cvmx_bootmem_phy_alloc()