| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_memory.h | 147 rte_mem_virt2memseg(const void *virt, const struct rte_memseg_list *msl);
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_pvt.h | 250 ms = rte_mem_virt2memseg(vaddr, NULL); in caam_jr_mem_vtop()
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | rte_dpaa_bus.h | 200 ms = rte_mem_virt2memseg(vaddr, NULL); in rte_dpaa_mem_vtop()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 197 rte_mem_virt2memseg
|
| H A D | version.map | 262 rte_mem_virt2memseg;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_elem.c | 71 ms = rte_mem_virt2memseg(cur_page, elem->msl); in malloc_elem_find_max_iova_contig() 99 ms = rte_mem_virt2memseg(contig_seg_start, elem->msl); in malloc_elem_find_max_iova_contig()
|
| H A D | rte_malloc.c | 371 ms = rte_mem_virt2memseg(addr, elem->msl); in rte_malloc_virt2iova()
|
| H A D | eal_common_memory.c | 387 rte_mem_virt2memseg(const void *addr, const struct rte_memseg_list *msl) in rte_mem_virt2memseg() function
|
| H A D | malloc_heap.c | 894 rte_mem_virt2memseg(aligned_start, msl); in malloc_heap_free()
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | dpaax_iova_table.c | 406 ms = rte_mem_virt2memseg(va, msl); in dpaax_memevent_cb()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_mr.c | 83 ms = rte_mem_virt2memseg((void *)start, msl); in mlx5_mr_mem_event_free_cb()
|
| /f-stack/dpdk/drivers/net/pfe/base/ |
| H A D | pfe.h | 415 memseg = rte_mem_virt2memseg((void *)(uintptr_t)vaddr, NULL); in pfe_mem_vtop()
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_pvt.h | 385 memseg = rte_mem_virt2memseg((void *)(uintptr_t)vaddr, NULL); in dpaa2_mem_vtop()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_external_mem.c | 44 ms = rte_mem_virt2memseg(cur, msl); in check_mem()
|
| H A D | test_malloc.c | 899 const struct rte_memseg *ms = rte_mem_virt2memseg(addr, NULL); in addr_to_socket()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mr.c | 651 ms = rte_mem_virt2memseg((void *)data.start, msl); in mlx4_mr_create_primary() 926 ms = rte_mem_virt2memseg((void *)start, msl); in mlx4_mr_mem_event_free_cb()
|
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_vfio.c | 222 ms = rte_mem_virt2memseg(va, msl); in fslmc_memevent_cb()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mr.c | 644 ms = rte_mem_virt2memseg((void *)data.start, msl); in mlx5_mr_create_primary()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal.c | 1343 found = rte_mem_virt2memseg(ms->addr, msl); in mark_freeable()
|
| H A D | eal_memory.c | 1586 ms = rte_mem_virt2memseg(map_addr, msl);
|
| H A D | eal_vfio.c | 541 ms = rte_mem_virt2memseg(addr, msl); in vfio_mem_event_callback()
|
| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | rte_mempool.c | 377 ms = rte_mem_virt2memseg(addr, NULL); in get_iova()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 300 allow API's like ``rte_mem_virt2memseg`` etc. to work with externally allocated
|