Home
last modified time | relevance | path

Searched refs:vdpa_iova_range (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dvdpa.h104 * struct vdpa_iova_range - the IOVA range support by the device
108 struct vdpa_iova_range { struct
423 struct vdpa_iova_range (*get_iova_range)(struct vdpa_device *vdev);
109 firstvdpa_iova_range global() argument
110 lastvdpa_iova_range global() argument
/linux/drivers/vhost/
H A Dvdpa.c60 struct vdpa_iova_range range;
1368 struct vdpa_iova_range *range = &v->range; in vhost_vdpa_set_iova_range()