Home
last modified time | relevance | path

Searched refs:cvmx_bootmem_alloc_named_range (Results 1 – 3 of 3) 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-cmd-queue.c70 cvmx_bootmem_alloc_named_range(sizeof(*__cvmx_cmd_queue_state_ptr), in __cvmx_cmd_queue_init_state_ptr()
Dcvmx-bootmem.c158 void *cvmx_bootmem_alloc_named_range(uint64_t size, uint64_t min_addr, in cvmx_bootmem_alloc_named_range() function
174 return cvmx_bootmem_alloc_named_range(size, 0, 0, alignment, name); in cvmx_bootmem_alloc_named()