Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Diotlb.c198 void vhost_iotlb_free(struct vhost_iotlb *iotlb) in vhost_iotlb_free() function
205 EXPORT_SYMBOL_GPL(vhost_iotlb_free);
H A Dvhost.c1248 vhost_iotlb_free(dev->umem); in vhost_dev_cleanup()
1250 vhost_iotlb_free(dev->iotlb); in vhost_dev_cleanup()
2082 vhost_iotlb_free(oldumem); in vhost_set_memory()
2086 vhost_iotlb_free(newumem); in vhost_set_memory()
2365 vhost_iotlb_free(iotlb); in vhost_clear_device_iotlb()
2397 vhost_iotlb_free(oiotlb); in vhost_init_device_iotlb()
/linux/include/linux/
H A Dvhost_iotlb.h42 void vhost_iotlb_free(struct vhost_iotlb *iotlb);
/linux/drivers/vdpa/vdpa_user/
H A Diova_domain.c600 vhost_iotlb_free(domain->iotlb); in vduse_domain_release()
680 vhost_iotlb_free(domain->iotlb); in vduse_domain_create()
/linux/drivers/vdpa/mlx5/core/
H A Dmr.c652 vhost_iotlb_free(mr->iotlb); in _mlx5_vdpa_destroy_mr()
806 vhost_iotlb_free(mr->iotlb); in _mlx5_vdpa_create_mr()
H A Dresources.c253 vhost_iotlb_free(mvdev->cvq.iotlb); in cleanup_ctrl_vq()