Searched refs:vhost_iotlb_itree_first (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/vhost/ |
| D | iotlb.c | 155 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_itree_first() function 159 EXPORT_SYMBOL_GPL(vhost_iotlb_itree_first);
|
| D | vdpa.c | 512 while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) { in vhost_vdpa_iotlb_unmap() 624 if (vhost_iotlb_itree_first(iotlb, msg->iova, in vhost_vdpa_process_iotlb_update()
|
| D | vhost.c | 1330 map = vhost_iotlb_itree_first(umem, addr, last); in iotlb_access_ok() 2048 map = vhost_iotlb_itree_first(umem, addr, addr + len - 1); in translate_desc()
|
| D | vringh.c | 1084 map = vhost_iotlb_itree_first(iotlb, addr, in iotlb_translate()
|
| /Linux-v5.10/include/linux/ |
| D | vhost_iotlb.h | 41 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last);
|
| /Linux-v5.10/drivers/vdpa/mlx5/core/ |
| D | mr.c | 243 for (map = vhost_iotlb_itree_first(iotlb, mr->start, mr->end - 1); in map_direct_mr() 259 for (map = vhost_iotlb_itree_first(iotlb, mr->start, mr->end - 1); in map_direct_mr() 378 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in _mlx5_vdpa_create_mr() 461 return !vhost_iotlb_itree_first(iotlb, 0, U64_MAX); in map_empty()
|
| /Linux-v5.10/drivers/vdpa/vdpa_sim/ |
| D | vdpa_sim.c | 613 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in vdpasim_set_map()
|