Searched refs:cvmx_bootmem_alloc_named_range (Results 1 – 2 of 2) sorted by relevance
/u-boot-v2022.01-rc1/arch/mips/mach-octeon/include/mach/ |
A D | cvmx-bootmem.h | 243 void *cvmx_bootmem_alloc_named_range(u64 size, u64 min_addr,
|
/u-boot-v2022.01-rc1/arch/mips/mach-octeon/ |
A D | cvmx-bootmem.c | 490 void *cvmx_bootmem_alloc_named_range(u64 size, u64 min_addr, in cvmx_bootmem_alloc_named_range() function 501 return cvmx_bootmem_alloc_named_range(size, address, address + size, in cvmx_bootmem_alloc_named_address() 508 return cvmx_bootmem_alloc_named_range(size, 0, 0, alignment, name); in cvmx_bootmem_alloc_named()
|
Completed in 7 milliseconds