Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/vhost/
Diotlb.c118 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_del_range() function
126 EXPORT_SYMBOL_GPL(vhost_iotlb_del_range);
171 vhost_iotlb_del_range(iotlb, 0ULL, 0ULL - 1); in vhost_iotlb_reset()
Dvdpa.c750 vhost_iotlb_del_range(iotlb, iova, iova + size - 1); in vhost_vdpa_map()
Dvhost.c1120 vhost_iotlb_del_range(dev->iotlb, msg->iova, in vhost_process_iotlb_msg()
/linux-5.19.10/include/linux/
Dvhost_iotlb.h37 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last);
/linux-5.19.10/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c170 vhost_iotlb_del_range(&vdpasim->iommu[0], (u64)dma_addr, in vdpasim_unmap_range()
647 vhost_iotlb_del_range(&vdpasim->iommu[asid], iova, iova + size - 1); in vdpasim_dma_unmap()
/linux-5.19.10/drivers/vdpa/mlx5/core/
Dmr.c478 vhost_iotlb_del_range(mvdev->cvq.iotlb, 0, ULLONG_MAX); in prune_iotlb()