Home
last modified time | relevance | path

Searched refs:vhost_iotlb_itree_first (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/vhost/
Diotlb.c155 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);
Dvdpa.c512 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()
Dvhost.c1330 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()
Dvringh.c1084 map = vhost_iotlb_itree_first(iotlb, addr, in iotlb_translate()
/Linux-v5.10/include/linux/
Dvhost_iotlb.h41 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last);
/Linux-v5.10/drivers/vdpa/mlx5/core/
Dmr.c243 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/
Dvdpa_sim.c613 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in vdpasim_set_map()