Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Diotlb.c139 void vhost_iotlb_free(struct vhost_iotlb *iotlb) in vhost_iotlb_free() function
146 EXPORT_SYMBOL_GPL(vhost_iotlb_free);
H A Dvhost.c709 vhost_iotlb_free(dev->umem); in vhost_dev_cleanup()
711 vhost_iotlb_free(dev->iotlb); in vhost_dev_cleanup()
1477 vhost_iotlb_free(oldumem); in vhost_set_memory()
1481 vhost_iotlb_free(newumem); in vhost_set_memory()
1741 vhost_iotlb_free(oiotlb); in vhost_init_device_iotlb()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvhost_iotlb.h37 void vhost_iotlb_free(struct vhost_iotlb *iotlb);
/OK3568_Linux_fs/kernel/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c683 vhost_iotlb_free(vdpasim->iommu); in vdpasim_free()