Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvdpa.h107 struct vdpa_iova_range { struct
384 struct vdpa_iova_range (*get_iova_range)(struct vdpa_device *vdev);
/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c570 static struct vdpa_iova_range vdpasim_get_iova_range(struct vdpa_device *vdpa) in vdpasim_get_iova_range()
572 struct vdpa_iova_range range = { in vdpasim_get_iova_range()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c60 struct vdpa_iova_range range;
1268 struct vdpa_iova_range *range = &v->range; in vhost_vdpa_set_iova_range()