Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vhost/
H A 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);
H A Dvdpa.c521 while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) { in vhost_vdpa_iotlb_unmap()
634 if (vhost_iotlb_itree_first(iotlb, msg->iova, in vhost_vdpa_process_iotlb_update()
H A Dvhost.c1336 map = vhost_iotlb_itree_first(umem, addr, last); in iotlb_access_ok()
2054 map = vhost_iotlb_itree_first(umem, addr, addr + len - 1); in translate_desc()
H A Dvringh.c1090 map = vhost_iotlb_itree_first(iotlb, addr, in iotlb_translate()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvhost_iotlb.h41 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last);
/OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/
H A Dmr.c239 for (map = vhost_iotlb_itree_first(iotlb, mr->start, mr->end - 1); in map_direct_mr()
255 for (map = vhost_iotlb_itree_first(iotlb, mr->start, mr->end - 1); in map_direct_mr()
376 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in _mlx5_vdpa_create_mr()
/OK3568_Linux_fs/kernel/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c635 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in vdpasim_set_map()