Searched refs:rte_mem_unmap (Results 1 – 9 of 9) sorted by relevance
| /dpdk/lib/eal/include/ |
| H A D | rte_eal_paging.h | 71 rte_mem_unmap(void *virt, size_t size);
|
| /dpdk/lib/eal/unix/ |
| H A D | eal_unix_memory.c | 130 rte_mem_unmap(void *virt, size_t size) in rte_mem_unmap() function
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_fbarray.c | 821 rte_mem_unmap(data, mmap_len); in rte_fbarray_init() 910 rte_mem_unmap(data, mmap_len); in rte_fbarray_attach() 957 rte_mem_unmap(arr->data, mmap_len); in rte_fbarray_detach() 1043 rte_mem_unmap(arr->data, mmap_len); in rte_fbarray_destroy()
|
| H A D | eal_common_memory.c | 1047 if (rte_mem_unmap(msl->base_va, msl->len) != 0) in rte_eal_memory_detach() 1068 if (rte_mem_unmap(mcfg, RTE_ALIGN(sizeof(*mcfg), page_sz)) != 0) in rte_eal_memory_detach()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 467 rte_mem_unmap;
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_memory.c | 597 rte_mem_unmap(void *virt, size_t size) in rte_mem_unmap() function
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txq.c | 576 rte_mem_unmap(RTE_PTR_ALIGN_FLOOR(addr, page_size), page_size); in txq_uar_uninit_secondary() 603 rte_mem_unmap(RTE_PTR_ALIGN_FLOOR(addr, page_size), page_size); in mlx5_tx_uar_uninit_secondary()
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.c | 658 rte_mem_unmap(opaque, size); in rte_mempool_memchunk_anon_free() 694 rte_mem_unmap(addr, size); in rte_mempool_populate_anon()
|
| /dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 116 if (rte_mem_unmap(requested_addr, size)) { in pci_unmap_resource()
|