Home
last modified time | relevance | path

Searched refs:vhost_vdpa_get_iova_range (Results 1 – 5 of 5) sorted by relevance

/qemu/include/hw/virtio/
H A Dvhost-vdpa.h78 int vhost_vdpa_get_iova_range(int fd, struct vhost_vdpa_iova_range *iova_range);
/qemu/hw/virtio/
H A Dvdpa-dev.c110 ret = vhost_vdpa_get_iova_range(v->vhostfd, &iova_range); in vhost_vdpa_device_realize()
H A Dtrace-events68 vhost_vdpa_get_iova_range(void *dev, uint64_t first, uint64_t last) "dev: %p first: 0x%"PRIx64" las…
H A Dvhost-vdpa.c542 int vhost_vdpa_get_iova_range(int fd, struct vhost_vdpa_iova_range *iova_range) in vhost_vdpa_get_iova_range() function
/qemu/net/
H A Dvhost-vdpa.c1827 r = vhost_vdpa_get_iova_range(vdpa_device_fd, &iova_range); in net_init_vhost_vdpa()