Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vhost/
Diotlb.c139 void vhost_iotlb_free(struct vhost_iotlb *iotlb) in vhost_iotlb_free() function
146 EXPORT_SYMBOL_GPL(vhost_iotlb_free);
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()
/kernel/linux/linux-5.10/include/linux/
Dvhost_iotlb.h37 void vhost_iotlb_free(struct vhost_iotlb *iotlb);
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c680 vhost_iotlb_free(vdpasim->iommu); in vdpasim_free()