Home
last modified time | relevance | path

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

/arch/mips/include/asm/octeon/
Dcvmx-bootmem.h205 extern void *cvmx_bootmem_alloc_named_range(uint64_t size, uint64_t min_addr,
/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c151 void *cvmx_bootmem_alloc_named_range(uint64_t size, uint64_t min_addr, in cvmx_bootmem_alloc_named_range() function
167 return cvmx_bootmem_alloc_named_range(size, 0, 0, alignment, name); in cvmx_bootmem_alloc_named()