Searched refs:cvmx_bootmem_alloc_range (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/mips/cavium-octeon/executive/ |
D | cvmx-bootmem.c | 76 void *cvmx_bootmem_alloc_range(uint64_t size, uint64_t alignment, in cvmx_bootmem_alloc_range() function 92 return cvmx_bootmem_alloc_range(size, alignment, address, in cvmx_bootmem_alloc_address() 98 return cvmx_bootmem_alloc_range(size, alignment, 0, 0); in cvmx_bootmem_alloc()
|
/linux-2.6.39/arch/mips/include/asm/octeon/ |
D | cvmx-bootmem.h | 175 extern void *cvmx_bootmem_alloc_range(uint64_t size, uint64_t alignment,
|