Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvringh.h261 void vringh_set_iotlb(struct vringh *vrh, struct vhost_iotlb *iotlb);
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvringh.c1271 void vringh_set_iotlb(struct vringh *vrh, struct vhost_iotlb *iotlb) in vringh_set_iotlb() function
1275 EXPORT_SYMBOL(vringh_set_iotlb);
/OK3568_Linux_fs/kernel/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c416 vringh_set_iotlb(&vdpasim->vqs[i].vring, vdpasim->iommu); in vdpasim_create()