Searched refs:vhost_iotlb_itree_next (Results 1 – 4 of 4) sorted by relevance
| /drivers/vhost/ |
| A D | iotlb.c | 208 vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last) in vhost_iotlb_itree_next() function 212 EXPORT_SYMBOL_GPL(vhost_iotlb_itree_next);
|
| /drivers/vdpa/mlx5/core/ |
| A D | mr.c | 384 map; map = vhost_iotlb_itree_next(map, mr->start, mr->end - 1)) { in map_direct_mr() 399 map; map = vhost_iotlb_itree_next(map, mr->start, mr->end - 1)) { in map_direct_mr() 515 map = vhost_iotlb_itree_next(map, start, last)) { in create_user_mr() 614 map = vhost_iotlb_itree_next(map, start, last)) { in dup_iotlb()
|
| /drivers/vdpa/vdpa_user/ |
| A D | iova_domain.c | 71 map = vhost_iotlb_itree_next(map, start, last)) { in vduse_domain_set_map() 97 map = vhost_iotlb_itree_next(map, start, last)) { in vduse_domain_clear_map()
|
| /drivers/vdpa/vdpa_sim/ |
| A D | vdpa_sim.c | 648 map = vhost_iotlb_itree_next(map, start, last)) { in vdpasim_set_map()
|
Completed in 11 milliseconds