Searched refs:vhost_vdpa_get_iova_range (Results 1 – 6 of 6) sorted by relevance
78 int vhost_vdpa_get_iova_range(int fd, struct vhost_vdpa_iova_range *iova_range);
110 ret = vhost_vdpa_get_iova_range(v->vhostfd, &iova_range); in vhost_vdpa_device_realize()
68 vhost_vdpa_get_iova_range(void *dev, uint64_t first, uint64_t last) "dev: %p first: 0x%"PRIx64" las…
545 int vhost_vdpa_get_iova_range(int fd, struct vhost_vdpa_iova_range *iova_range) in vhost_vdpa_get_iova_range() function
501 static long vhost_vdpa_get_iova_range(struct vhost_vdpa *v, u32 __user *argp) in vhost_vdpa_get_iova_range() function770 r = vhost_vdpa_get_iova_range(v, argp); in vhost_vdpa_unlocked_ioctl()
1839 r = vhost_vdpa_get_iova_range(vdpa_device_fd, &iova_range); in net_init_vhost_vdpa()