Searched refs:__vhost_iova_to_vva (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost.h | 690 uint64_t __vhost_iova_to_vva(struct virtio_net *dev, struct vhost_virtqueue *vq, 707 return __vhost_iova_to_vva(dev, vq, iova, len, perm); in vhost_iova_to_vva()
|
| H A D | vhost.c | 32 __vhost_iova_to_vva(struct virtio_net *dev, struct vhost_virtqueue *vq, in __vhost_iova_to_vva() function 125 hva = __vhost_iova_to_vva(dev, vq, iova, &map_len, VHOST_ACCESS_RW); in __vhost_log_write_iova() 230 hva = __vhost_iova_to_vva(dev, vq, iova, &map_len, VHOST_ACCESS_RW); in __vhost_log_cache_write_iova()
|