Home
last modified time | relevance | path

Searched refs:rte_mem_virt2memseg (Results 1 – 22 of 22) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_memory.h149 rte_mem_virt2memseg(const void *virt, const struct rte_memseg_list *msl);
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_pvt.h250 ms = rte_mem_virt2memseg(vaddr, NULL); in caam_jr_mem_vtop()
/dpdk/drivers/bus/dpaa/
H A Drte_dpaa_bus.h200 ms = rte_mem_virt2memseg(vaddr, NULL); in rte_dpaa_mem_vtop()
/dpdk/lib/eal/common/
H A Dmalloc_elem.c65 ms = rte_mem_virt2memseg(cur_page, elem->msl); in malloc_elem_find_max_iova_contig()
93 ms = rte_mem_virt2memseg(contig_seg_start, elem->msl); in malloc_elem_find_max_iova_contig()
H A Drte_malloc.c380 ms = rte_mem_virt2memseg(addr, elem->msl); in rte_malloc_virt2iova()
H A Deal_common_memory.c396 rte_mem_virt2memseg(const void *addr, const struct rte_memseg_list *msl) in rte_mem_virt2memseg() function
H A Dmalloc_heap.c927 rte_mem_virt2memseg(aligned_start, msl); in malloc_heap_free()
/dpdk/lib/eal/
H A Dversion.map185 rte_mem_virt2memseg;
/dpdk/drivers/common/dpaax/
H A Ddpaax_iova_table.c408 ms = rte_mem_virt2memseg(va, msl); in dpaax_memevent_cb()
/dpdk/drivers/net/pfe/base/
H A Dpfe.h415 memseg = rte_mem_virt2memseg((void *)(uintptr_t)vaddr, NULL); in pfe_mem_vtop()
/dpdk/app/test/
H A Dtest_external_mem.c56 ms = rte_mem_virt2memseg(cur, msl); in check_mem()
H A Dtest_malloc.c909 const struct rte_memseg *ms = rte_mem_virt2memseg(addr, NULL); in addr_to_socket()
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h405 memseg = rte_mem_virt2memseg((void *)(uintptr_t)vaddr, NULL); in dpaa2_mem_vtop()
/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c650 ms = rte_mem_virt2memseg((void *)data.start, msl); in mlx4_mr_create_primary()
925 ms = rte_mem_virt2memseg((void *)start, msl); in mlx4_mr_mem_event_free_cb()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.c711 ms = rte_mem_virt2memseg((void *)data.start, msl); in mlx5_mr_create_primary()
1197 ms = rte_mem_virt2memseg((void *)start, msl); in mlx5_free_mr_by_addr()
/dpdk/drivers/bus/fslmc/
H A Dfslmc_vfio.c222 ms = rte_mem_virt2memseg(va, msl); in fslmc_memevent_cb()
/dpdk/lib/eal/linux/
H A Deal.c1244 found = rte_mem_virt2memseg(ms->addr, msl); in mark_freeable()
H A Deal_memory.c1577 ms = rte_mem_virt2memseg(map_addr, msl);
H A Deal_vfio.c635 ms = rte_mem_virt2memseg(addr, msl); in vfio_mem_event_callback()
/dpdk/drivers/baseband/la12xx/
H A Dbbdev_la12xx.c670 mseg = rte_mem_virt2memseg(hp_info, NULL); in get_hugepage_info()
/dpdk/lib/mempool/
H A Drte_mempool.c391 ms = rte_mem_virt2memseg(addr, NULL); in get_iova()
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst389 allow API's like ``rte_mem_virt2memseg`` etc. to work with externally allocated