Home
last modified time | relevance | path

Searched refs:rte_mem_lock_page (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_memory.h93 int rte_mem_lock_page(const void *virt);
/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_pf.c293 ret = rte_mem_lock_page(port_base); in dlb2_pf_ldb_port_create()
368 ret = rte_mem_lock_page(port_base); in dlb2_pf_dir_port_create()
/dpdk/lib/eal/
H A Dversion.map182 rte_mem_lock_page;
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c35 rte_mem_lock_page(parms->mem_va); in ulp_fc_mgr_shadow_mem_alloc()
/dpdk/lib/eal/common/
H A Deal_common_memory.c656 rte_mem_lock_page(const void *virt) in rte_mem_lock_page() function
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst240 * If the variance is absent for larger huge pages, then try rte_mem_lock_page
/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c838 rte_mem_lock_page(vf_info[i].vlan_table); in bnxt_alloc_vf_info()
846 rte_mem_lock_page(vf_info[i].vlan_as_table); in bnxt_alloc_vf_info()
3778 rte_mem_lock_page(((char *)bp->pf->vf_req_buf) + sz); in bnxt_configure_vf_req_buf()
4794 rte_mem_lock_page(((char *)vnic_ids) + sz); in bnxt_hwrm_func_vf_vnic_query_and_config()
4863 rte_mem_lock_page(((char *)vnic_ids) + sz); in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()
H A Dbnxt_ethdev.c586 rte_mem_lock_page(ctx->va); in bnxt_alloc_ctx_mem_buf()