Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvhost-vdpa.h78 int vhost_vdpa_get_iova_range(int fd, struct vhost_vdpa_iova_range *iova_range);
/openbmc/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.c545 int vhost_vdpa_get_iova_range(int fd, struct vhost_vdpa_iova_range *iova_range) in vhost_vdpa_get_iova_range() function
/openbmc/linux/drivers/vhost/
H A Dvdpa.c503 static long vhost_vdpa_get_iova_range(struct vhost_vdpa *v, u32 __user *argp) in vhost_vdpa_get_iova_range() function
761 r = vhost_vdpa_get_iova_range(v, argp); in vhost_vdpa_unlocked_ioctl()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1839 r = vhost_vdpa_get_iova_range(vdpa_device_fd, &iova_range); in net_init_vhost_vdpa()