Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-bootmem.h288 extern void *cvmx_bootmem_alloc_named_range_once(uint64_t size, uint64_t min_addr, uint64_t max_add…
H A Dcvmx-bootmem.c462 void *cvmx_bootmem_alloc_named_range_once(uint64_t size, uint64_t min_addr, uint64_t max_addr, uint… in cvmx_bootmem_alloc_named_range_once() function
H A Dcvmx-debug.c269 …ptr = cvmx_bootmem_alloc_named_range_once(sizeof(cvmx_debug_globals_t), 0, /* KSEG0 max, 512MB=*/0… in cvmx_debug_init_globals()