Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c81 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-3.4.99/arch/mips/cavium-octeon/
Dsetup.c664 memory = cvmx_bootmem_phy_alloc(mem_alloc_size, in plat_mem_setup()
669 memory = cvmx_bootmem_phy_alloc(mem_alloc_size, 0, 1ull << 31, in plat_mem_setup()
673 memory = cvmx_bootmem_phy_alloc(mem_alloc_size, 0, 512 << 20, in plat_mem_setup()
/linux-3.4.99/arch/mips/include/asm/octeon/
Dcvmx-bootmem.h280 int64_t cvmx_bootmem_phy_alloc(uint64_t req_size, uint64_t address_min,