Searched refs:cvmx_bootmem_alloc_named_range (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/mips/cavium-octeon/executive/ |
D | cvmx-bootmem.c | 101 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()
|
D | cvmx-cmd-queue.c | 69 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/ |
D | cvmx-bootmem.h | 240 extern void *cvmx_bootmem_alloc_named_range(uint64_t size, uint64_t min_addr,
|