Searched refs:vringh_set_iotlb (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 104 vringh_set_iotlb(&vdpasim->vqs[i].vring, &vdpasim->iommu[0], in vdpasim_do_reset() 312 vringh_set_iotlb(&vdpasim->vqs[i].vring, &vdpasim->iommu[0], in vdpasim_create() 601 vringh_set_iotlb(&vdpasim->vqs[i].vring, iommu, in vdpasim_set_group_asid()
|
/Linux-v6.1/include/linux/ |
D | vringh.h | 278 void vringh_set_iotlb(struct vringh *vrh, struct vhost_iotlb *iotlb,
|
/Linux-v6.1/drivers/vdpa/mlx5/core/ |
D | resources.c | 236 vringh_set_iotlb(&mvdev->cvq.vring, mvdev->cvq.iotlb, &mvdev->cvq.iommu_lock); in init_ctrl_vq()
|
/Linux-v6.1/drivers/vhost/ |
D | vringh.c | 1334 void vringh_set_iotlb(struct vringh *vrh, struct vhost_iotlb *iotlb, in vringh_set_iotlb() function 1340 EXPORT_SYMBOL(vringh_set_iotlb);
|