Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-hfa.c151 address = cvmx_bootmem_phy_alloc(size, 0, 0, alignment, 0); in hfa_bootmem_alloc()
H A Dcvmx-bootmem.c437 address = cvmx_bootmem_phy_alloc(size, min_addr, max_addr, alignment, 0); in cvmx_bootmem_alloc_range()
587 int64_t cvmx_bootmem_phy_alloc(uint64_t req_size, uint64_t address_min, uint64_t address_max, uint6… in cvmx_bootmem_phy_alloc() function
1018 …addr_allocated = cvmx_bootmem_phy_alloc(size, min_addr, max_addr, alignment, flags | CVMX_BOOTMEM_… in cvmx_bootmem_phy_named_block_alloc()
1148 …addr = cvmx_bootmem_phy_alloc(CVMX_BOOTMEM_NUM_NAMED_BLOCKS * sizeof(cvmx_bootmem_named_block_desc… in cvmx_bootmem_phy_mem_list_init()
H A Dcvmx-bootmem.h351 int64_t cvmx_bootmem_phy_alloc(uint64_t req_size, uint64_t address_min, uint64_t address_max, uint6…
/f-stack/freebsd/mips/cavium/
H A Docteon_machdep.c241 addr = cvmx_bootmem_phy_alloc(1 << 20, phys_end, in octeon_memory_init()