Searched refs:cvmx_bootmem_alloc_range (Results 1 – 3 of 3) sorted by relevance
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-bootmem.h | 178 void *cvmx_bootmem_alloc_range(u64 size, u64 alignment,
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-bootmem.c | 399 void *cvmx_bootmem_alloc_range(u64 size, u64 alignment, in cvmx_bootmem_alloc_range() function 417 return cvmx_bootmem_alloc_range(size, alignment, address, in cvmx_bootmem_alloc_address() 423 return cvmx_bootmem_alloc_range(size, alignment, in cvmx_bootmem_alloc_node() 430 return cvmx_bootmem_alloc_range(size, alignment, 0, 0); in cvmx_bootmem_alloc()
|
| A D | cvmx-global-resources.c | 215 tmp = cvmx_bootmem_alloc_range(sz, CVMX_CACHE_LINE_SIZE, 0, 0); in __cvmx_alloc_bootmem_for_global_resources()
|
Completed in 9 milliseconds