Searched refs:vhost_iotlb_itree_first (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A 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);
|
| H A D | vdpa.c | 521 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 D | vhost.c | 1336 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 D | vringh.c | 1090 map = vhost_iotlb_itree_first(iotlb, addr, in iotlb_translate()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vhost_iotlb.h | 41 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last);
|
| /OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/ |
| H A D | mr.c | 239 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 D | vdpa_sim.c | 635 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in vdpasim_set_map()
|