Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-bootmem.h288 extern void *cvmx_bootmem_alloc_named_range_once(uint64_t size, uint64_t min_addr, uint64_t max_add…
HDcvmx-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
HDcvmx-debug.c269 …ptr = cvmx_bootmem_alloc_named_range_once(sizeof(cvmx_debug_globals_t), 0, /* KSEG0 max, 512MB=*/0… in cvmx_debug_init_globals()