Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c101 void *cvmx_bootmem_alloc_named_range(uint64_t size, uint64_t min_addr, in cvmx_bootmem_alloc_named_range() function
118 return cvmx_bootmem_alloc_named_range(size, address, address + size, in cvmx_bootmem_alloc_named_address()
124 return cvmx_bootmem_alloc_named_range(size, 0, 0, alignment, name); in cvmx_bootmem_alloc_named()
Dcvmx-cmd-queue.c69 cvmx_bootmem_alloc_named_range(sizeof(*__cvmx_cmd_queue_state_ptr), in __cvmx_cmd_queue_init_state_ptr()
/linux-3.4.99/arch/mips/include/asm/octeon/
Dcvmx-bootmem.h240 extern void *cvmx_bootmem_alloc_named_range(uint64_t size, uint64_t min_addr,