Searched refs:vhost_iotlb_del_range (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/vhost/ |
| A D | iotlb.c | 103 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_del_range() function 111 EXPORT_SYMBOL_GPL(vhost_iotlb_del_range); 143 vhost_iotlb_del_range(iotlb, 0ULL, 0ULL - 1); in vhost_iotlb_reset()
|
| A D | vdpa.c | 607 vhost_iotlb_del_range(dev->iotlb, iova, iova + size - 1); in vhost_vdpa_map()
|
| A D | vhost.c | 1125 vhost_iotlb_del_range(dev->iotlb, msg->iova, in vhost_process_iotlb_msg()
|
| /linux/include/linux/ |
| A D | vhost_iotlb.h | 37 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last);
|
| /linux/drivers/vdpa/vdpa_sim/ |
| A D | vdpa_sim.c | 164 vhost_iotlb_del_range(vdpasim->iommu, (u64)dma_addr, in vdpasim_unmap_range() 576 vhost_iotlb_del_range(vdpasim->iommu, iova, iova + size - 1); in vdpasim_dma_unmap()
|
| /linux/drivers/vdpa/mlx5/core/ |
| A D | mr.c | 478 vhost_iotlb_del_range(mvdev->cvq.iotlb, 0, ULLONG_MAX); in prune_iotlb()
|
Completed in 16 milliseconds