Searched refs:rte_mem_virt2memseg (Results 1 – 22 of 22) sorted by relevance
| /dpdk/lib/eal/include/ |
| H A D | rte_memory.h | 149 rte_mem_virt2memseg(const void *virt, const struct rte_memseg_list *msl);
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_pvt.h | 250 ms = rte_mem_virt2memseg(vaddr, NULL); in caam_jr_mem_vtop()
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | rte_dpaa_bus.h | 200 ms = rte_mem_virt2memseg(vaddr, NULL); in rte_dpaa_mem_vtop()
|
| /dpdk/lib/eal/common/ |
| H A D | malloc_elem.c | 65 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 D | rte_malloc.c | 380 ms = rte_mem_virt2memseg(addr, elem->msl); in rte_malloc_virt2iova()
|
| H A D | eal_common_memory.c | 396 rte_mem_virt2memseg(const void *addr, const struct rte_memseg_list *msl) in rte_mem_virt2memseg() function
|
| H A D | malloc_heap.c | 927 rte_mem_virt2memseg(aligned_start, msl); in malloc_heap_free()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 185 rte_mem_virt2memseg;
|
| /dpdk/drivers/common/dpaax/ |
| H A D | dpaax_iova_table.c | 408 ms = rte_mem_virt2memseg(va, msl); in dpaax_memevent_cb()
|
| /dpdk/drivers/net/pfe/base/ |
| H A D | pfe.h | 415 memseg = rte_mem_virt2memseg((void *)(uintptr_t)vaddr, NULL); in pfe_mem_vtop()
|
| /dpdk/app/test/ |
| H A D | test_external_mem.c | 56 ms = rte_mem_virt2memseg(cur, msl); in check_mem()
|
| H A D | test_malloc.c | 909 const struct rte_memseg *ms = rte_mem_virt2memseg(addr, NULL); in addr_to_socket()
|
| /dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_pvt.h | 405 memseg = rte_mem_virt2memseg((void *)(uintptr_t)vaddr, NULL); in dpaa2_mem_vtop()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mr.c | 650 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 D | mlx5_common_mr.c | 711 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 D | fslmc_vfio.c | 222 ms = rte_mem_virt2memseg(va, msl); in fslmc_memevent_cb()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal.c | 1244 found = rte_mem_virt2memseg(ms->addr, msl); in mark_freeable()
|
| H A D | eal_memory.c | 1577 ms = rte_mem_virt2memseg(map_addr, msl);
|
| H A D | eal_vfio.c | 635 ms = rte_mem_virt2memseg(addr, msl); in vfio_mem_event_callback()
|
| /dpdk/drivers/baseband/la12xx/ |
| H A D | bbdev_la12xx.c | 670 mseg = rte_mem_virt2memseg(hp_info, NULL); in get_hugepage_info()
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.c | 391 ms = rte_mem_virt2memseg(addr, NULL); in get_iova()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 389 allow API's like ``rte_mem_virt2memseg`` etc. to work with externally allocated
|