Searched refs:vhost_iotlb_map_free (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | iotlb.c | 24 * vhost_iotlb_map_free - remove a map node and free it 28 void vhost_iotlb_map_free(struct vhost_iotlb *iotlb, in vhost_iotlb_map_free() function 36 EXPORT_SYMBOL_GPL(vhost_iotlb_map_free); variable 62 vhost_iotlb_map_free(iotlb, map); in vhost_iotlb_add_range() 97 vhost_iotlb_map_free(iotlb, map); in vhost_iotlb_del_range()
|
H A D | vhost.h | 233 void vhost_iotlb_map_free(struct vhost_iotlb *iotlb,
|
H A D | vdpa.c | 531 vhost_iotlb_map_free(iotlb, map); in vhost_vdpa_iotlb_unmap()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | iotlb.c | 24 * vhost_iotlb_map_free - remove a map node and free it 28 void vhost_iotlb_map_free(struct vhost_iotlb *iotlb, in vhost_iotlb_map_free() function 36 EXPORT_SYMBOL_GPL(vhost_iotlb_map_free); variable 79 vhost_iotlb_map_free(iotlb, map); in vhost_iotlb_add_range_ctx() 124 vhost_iotlb_map_free(iotlb, map); in vhost_iotlb_del_range()
|
H A D | vhost.h | 246 void vhost_iotlb_map_free(struct vhost_iotlb *iotlb,
|
H A D | vdpa.c | 827 vhost_iotlb_map_free(iotlb, map); in vhost_vdpa_pa_unmap() 842 vhost_iotlb_map_free(iotlb, map); in vhost_vdpa_va_unmap()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | vhost_iotlb.h | 45 void vhost_iotlb_map_free(struct vhost_iotlb *iotlb,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vhost_iotlb.h | 50 void vhost_iotlb_map_free(struct vhost_iotlb *iotlb,
|
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_user/ |
H A D | iova_domain.c | 55 vhost_iotlb_map_free(domain->iotlb, map); in vduse_iotlb_del_range() 478 vhost_iotlb_map_free(domain->iotlb, map); in vduse_domain_free_coherent()
|
Completed in 8 milliseconds