Home
last modified time | relevance | path

Searched refs:cvmx_bootmem_alloc (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-ilk.c139 cvmx_bootmem_alloc (CVMX_MAX_ILK_CHANS * sizeof(cvmx_ilk_pipe_chan_t), in __cvmx_helper_ilk_probe()
173 cvmx_bootmem_alloc (CVMX_MAX_ILK_PKNDS * sizeof(cvmx_ilk_chan_pknd_t), in __cvmx_helper_ilk_probe()
208 cvmx_bootmem_alloc (CVMX_MAX_ILK_PIPES * sizeof(cvmx_ilk_cal_entry_t), in __cvmx_helper_ilk_probe()
H A Dcvmx-helper-fpa.c90 memory = cvmx_bootmem_alloc(buffer_size * buffers, align); in __cvmx_helper_initialize_fpa_pool()
H A Dcvmx-bootmem.h156 extern void *cvmx_bootmem_alloc(uint64_t size, uint64_t alignment);
H A Dcvmx-tim.c165 cvmx_tim.bucket = cvmx_bootmem_alloc(CVMX_TIM_NUM_TIMERS * cvmx_tim.num_buckets in cvmx_tim_setup()
H A Dcvmx-bootmem.c454 void *cvmx_bootmem_alloc(uint64_t size, uint64_t alignment) in cvmx_bootmem_alloc() function
459 EXPORT_SYMBOL(cvmx_bootmem_alloc);
H A Dcvmx-helper-util.c631 …piface->cvif_ipd_port_link_info = (cvmx_helper_link_info_t *)cvmx_bootmem_alloc(sz, sizeof(cvmx_he… in __cvmx_helper_init_interface()
H A Dcvmx-helper.c1122 … mem = cvmx_bootmem_alloc(__CVMX_SSO_RWQ_SIZE * cvm_oct_sso_number_rwq_bufs, CVMX_CACHE_LINE_SIZE); in cvmx_helper_initialize_sso()