Searched refs:host_iova (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | vhost.h | 427 uint64_t host_iova; member 691 page->host_iova; in gpa_to_first_hpa() 697 page->host_iova; in gpa_to_first_hpa() 708 page->host_iova; in gpa_to_first_hpa() 714 page->host_iova; in gpa_to_first_hpa()
|
| H A D | vhost_user.c | 128 page->host_iova, in async_dma_map() 156 page->host_iova, in async_dma_map() 936 uint64_t host_iova, uint64_t host_user_addr, uint64_t size) in add_one_guest_page() argument 957 if (host_iova == last_page->host_iova + last_page->size && in add_one_guest_page() 967 page->host_iova = host_iova; in add_one_guest_page() 981 uint64_t host_iova; in add_guest_pages() local 984 host_iova = rte_mem_virt2iova((void *)(uintptr_t)host_user_addr); in add_guest_pages() 988 if (add_one_guest_page(dev, guest_phys_addr, host_iova, in add_guest_pages() 998 host_iova = rte_mem_virt2iova((void *)(uintptr_t) in add_guest_pages() 1000 if (add_one_guest_page(dev, guest_phys_addr, host_iova, in add_guest_pages() [all …]
|
| H A D | virtio_net.c | 1007 void *host_iova; in async_mbuf_to_desc_seg() local 1010 host_iova = (void *)(uintptr_t)gpa_to_first_hpa(dev, in async_mbuf_to_desc_seg() 1012 if (unlikely(!host_iova)) { in async_mbuf_to_desc_seg() 1021 host_iova, (size_t)mapped_len))) in async_mbuf_to_desc_seg()
|