Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Diotlb.c179 void vhost_iotlb_free(struct vhost_iotlb *iotlb) in vhost_iotlb_free() function
186 EXPORT_SYMBOL_GPL(vhost_iotlb_free);
H A Dvhost.c1057 vhost_iotlb_free(dev->umem); in vhost_dev_cleanup()
1059 vhost_iotlb_free(dev->iotlb); in vhost_dev_cleanup()
1838 vhost_iotlb_free(oldumem); in vhost_set_memory()
1842 vhost_iotlb_free(newumem); in vhost_set_memory()
2104 vhost_iotlb_free(oiotlb); in vhost_init_device_iotlb()
/openbmc/linux/include/linux/
H A Dvhost_iotlb.h42 void vhost_iotlb_free(struct vhost_iotlb *iotlb);
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Diova_domain.c533 vhost_iotlb_free(domain->iotlb); in vduse_domain_release()
610 vhost_iotlb_free(domain->iotlb); in vduse_domain_create()
/openbmc/linux/drivers/vdpa/mlx5/core/
H A Dresources.c244 vhost_iotlb_free(mvdev->cvq.iotlb); in cleanup_ctrl_vq()