Home
last modified time | relevance | path

Searched refs:vhost_iotlb_free (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/vhost/
Diotlb.c179 void vhost_iotlb_free(struct vhost_iotlb *iotlb) in vhost_iotlb_free() function
186 EXPORT_SYMBOL_GPL(vhost_iotlb_free);
Dvhost.c701 vhost_iotlb_free(dev->umem); in vhost_dev_cleanup()
703 vhost_iotlb_free(dev->iotlb); in vhost_dev_cleanup()
1489 vhost_iotlb_free(oldumem); in vhost_set_memory()
1493 vhost_iotlb_free(newumem); in vhost_set_memory()
1753 vhost_iotlb_free(oiotlb); in vhost_init_device_iotlb()
/linux-5.19.10/include/linux/
Dvhost_iotlb.h42 void vhost_iotlb_free(struct vhost_iotlb *iotlb);
/linux-5.19.10/drivers/vdpa/vdpa_user/
Diova_domain.c458 vhost_iotlb_free(domain->iotlb); in vduse_domain_release()
534 vhost_iotlb_free(domain->iotlb); in vduse_domain_create()
/linux-5.19.10/drivers/vdpa/mlx5/core/
Dresources.c243 vhost_iotlb_free(mvdev->cvq.iotlb); in cleanup_ctrl_vq()
/linux-5.19.10/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c671 vhost_iotlb_free(vdpasim->iommu); in vdpasim_free()