Searched refs:vhost_iotlb_itree_first (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/vhost/ |
| H A D | iotlb.c | 214 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_itree_first() function 218 EXPORT_SYMBOL_GPL(vhost_iotlb_itree_first);
|
| H A D | vdpa.c | 978 while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) { in perm_to_iommu_flags() 999 while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) { in vhost_vdpa_map() 1288 if (vhost_iotlb_itree_first(iotlb, msg->iova, in vhost_vdpa_process_iotlb_msg()
|
| H A D | vringh.c | 1060 map = vhost_iotlb_itree_first(iotlb, addr, last); in iotlb_translate()
|
| H A D | vhost.c | 1933 map = vhost_iotlb_itree_first(umem, addr, last); 2761 map = vhost_iotlb_itree_first(umem, addr, last); in get_indirect()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | iova_domain.c | 57 while ((map = vhost_iotlb_itree_first(domain->iotlb, start, last))) { in vduse_iotlb_del_range() 76 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in vduse_domain_set_map() 102 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in vduse_domain_clear_map() 233 map = vhost_iotlb_itree_first(domain->iotlb, start, last); in vduse_domain_get_coherent_page() 537 map = vhost_iotlb_itree_first(domain->iotlb, (u64)dma_addr, in vduse_domain_free_coherent()
|
| H A D | vduse_dev.c | 1463 map = vhost_iotlb_itree_first(dev->as[asid].domain->iotlb, in vduse_dev_iotlb_entry()
|
| /linux/include/linux/ |
| H A D | vhost_iotlb.h | 46 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last);
|
| /linux/drivers/vdpa/mlx5/core/ |
| H A D | mr.c | 383 for (map = vhost_iotlb_itree_first(iotlb, mr->start, mr->end - 1); in map_direct_mr() 398 for (map = vhost_iotlb_itree_first(iotlb, mr->start, mr->end - 1); in map_direct_mr() 514 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in create_user_mr() 613 for (map = vhost_iotlb_itree_first(src, start, last); map; in dup_iotlb()
|
| /linux/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim.c | 647 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in vdpasim_set_map()
|
| /linux/drivers/vdpa/mlx5/net/ |
| H A D | mlx5_vnet.c | 3364 if (vhost_iotlb_itree_first(iotlb, 0, U64_MAX)) { in set_map_data()
|