Searched refs:cvmx_bootmem_phy_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/mips/cavium-octeon/executive/ |
D | cvmx-bootmem.c | 81 cvmx_bootmem_phy_alloc(size, min_addr, max_addr, alignment, 0); in cvmx_bootmem_alloc_range() 185 int64_t cvmx_bootmem_phy_alloc(uint64_t req_size, uint64_t address_min, in cvmx_bootmem_phy_alloc() function 676 addr_allocated = cvmx_bootmem_phy_alloc(size, min_addr, max_addr, in cvmx_bootmem_phy_named_block_alloc()
|
/linux-2.6.39/arch/mips/cavium-octeon/ |
D | setup.c | 680 memory = cvmx_bootmem_phy_alloc(mem_alloc_size, in plat_mem_setup() 685 memory = cvmx_bootmem_phy_alloc(mem_alloc_size, 0, 1ull << 31, in plat_mem_setup() 689 memory = cvmx_bootmem_phy_alloc(mem_alloc_size, 0, 512 << 20, in plat_mem_setup()
|
/linux-2.6.39/arch/mips/include/asm/octeon/ |
D | cvmx-bootmem.h | 280 int64_t cvmx_bootmem_phy_alloc(uint64_t req_size, uint64_t address_min,
|