Searched refs:new_ent_addr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-bootmem.c | 226 uint64_t new_ent_addr = 0; in cvmx_bootmem_phy_alloc() local 364 new_ent_addr = ent_addr + req_size; in cvmx_bootmem_phy_alloc() 365 cvmx_bootmem_phy_set_next(new_ent_addr, in cvmx_bootmem_phy_alloc() 367 cvmx_bootmem_phy_set_size(new_ent_addr, in cvmx_bootmem_phy_alloc() 376 new_ent_addr); in cvmx_bootmem_phy_alloc() 409 new_ent_addr = desired_min_addr; in cvmx_bootmem_phy_alloc() 410 cvmx_bootmem_phy_set_next(new_ent_addr, in cvmx_bootmem_phy_alloc() 413 cvmx_bootmem_phy_set_size(new_ent_addr, in cvmx_bootmem_phy_alloc() 420 cvmx_bootmem_phy_set_next(ent_addr, new_ent_addr); in cvmx_bootmem_phy_alloc()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-bootmem.c | 226 uint64_t new_ent_addr = 0; in cvmx_bootmem_phy_alloc() local 364 new_ent_addr = ent_addr + req_size; in cvmx_bootmem_phy_alloc() 365 cvmx_bootmem_phy_set_next(new_ent_addr, in cvmx_bootmem_phy_alloc() 367 cvmx_bootmem_phy_set_size(new_ent_addr, in cvmx_bootmem_phy_alloc() 376 new_ent_addr); in cvmx_bootmem_phy_alloc() 409 new_ent_addr = desired_min_addr; in cvmx_bootmem_phy_alloc() 410 cvmx_bootmem_phy_set_next(new_ent_addr, in cvmx_bootmem_phy_alloc() 413 cvmx_bootmem_phy_set_size(new_ent_addr, in cvmx_bootmem_phy_alloc() 420 cvmx_bootmem_phy_set_next(ent_addr, new_ent_addr); in cvmx_bootmem_phy_alloc()
|
Completed in 2 milliseconds