Searched refs:vhost_iotlb_del_range (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | iotlb.c | 91 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_del_range() function 99 EXPORT_SYMBOL_GPL(vhost_iotlb_del_range); variable 131 vhost_iotlb_del_range(iotlb, 0ULL, 0ULL - 1); in vhost_iotlb_reset()
|
H A D | vdpa.c | 590 vhost_iotlb_del_range(dev->iotlb, iova, iova + size - 1); in vhost_vdpa_map()
|
H A D | vhost.c | 1126 vhost_iotlb_del_range(dev->iotlb, msg->iova, in vhost_process_iotlb_msg()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | iotlb.c | 113 * vhost_iotlb_del_range - delete overlapped ranges from vhost IOTLB 118 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); variable 171 vhost_iotlb_del_range(iotlb, 0ULL, 0ULL - 1); in vhost_iotlb_reset()
|
H A D | vdpa.c | 904 vhost_iotlb_del_range(iotlb, iova, iova + size - 1); in vhost_vdpa_map()
|
H A D | vhost.c | 1403 vhost_iotlb_del_range(dev->iotlb, msg->iova, in vhost_process_iotlb_msg()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | vhost_iotlb.h | 34 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vhost_iotlb.h | 37 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last);
|
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | 300 vhost_iotlb_del_range(iommu, (u64)dma_addr, in vdpasim_unmap_page() 343 vhost_iotlb_del_range(iommu, (u64)dma_addr, in vdpasim_free_coherent() 670 vhost_iotlb_del_range(vdpasim->iommu, iova, iova + size - 1); in vdpasim_dma_unmap()
|
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/core/ |
H A D | mr.c | 476 vhost_iotlb_del_range(mvdev->cvq.iotlb, 0, ULLONG_MAX); in prune_iotlb()
|
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | 701 vhost_iotlb_del_range(&vdpasim->iommu[asid], iova, iova + size - 1); in vdpasim_dma_unmap()
|
Completed in 16 milliseconds