Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c279 uint64_t new_ent_addr = 0; in cvmx_bootmem_phy_alloc() local
417 new_ent_addr = ent_addr + req_size; in cvmx_bootmem_phy_alloc()
418 cvmx_bootmem_phy_set_next(new_ent_addr, in cvmx_bootmem_phy_alloc()
420 cvmx_bootmem_phy_set_size(new_ent_addr, in cvmx_bootmem_phy_alloc()
429 new_ent_addr); in cvmx_bootmem_phy_alloc()
462 new_ent_addr = desired_min_addr; in cvmx_bootmem_phy_alloc()
463 cvmx_bootmem_phy_set_next(new_ent_addr, in cvmx_bootmem_phy_alloc()
466 cvmx_bootmem_phy_set_size(new_ent_addr, in cvmx_bootmem_phy_alloc()
473 cvmx_bootmem_phy_set_next(ent_addr, new_ent_addr); in cvmx_bootmem_phy_alloc()