Searched refs:vhost_vdpa_iotlb_unmap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vdpa.c | 513 static void vhost_vdpa_iotlb_unmap(struct vhost_vdpa *v, u64 start, u64 last) in vhost_vdpa_iotlb_unmap() function 539 vhost_vdpa_iotlb_unmap(v, 0ULL, 0ULL - 1); in vhost_vdpa_iotlb_free() 603 vhost_vdpa_iotlb_unmap(v, iova, iova + size - 1); in vhost_vdpa_unmap()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vdpa.c | 68 static void vhost_vdpa_iotlb_unmap(struct vhost_vdpa *v, 142 vhost_vdpa_iotlb_unmap(v, &as->iotlb, 0ULL, 0ULL - 1, asid); in vhost_vdpa_remove_as() 846 static void vhost_vdpa_iotlb_unmap(struct vhost_vdpa *v, in vhost_vdpa_iotlb_unmap() function 922 vhost_vdpa_iotlb_unmap(v, iotlb, iova, iova + size - 1, asid); in vhost_vdpa_unmap()
|
Completed in 4 milliseconds