Searched refs:vhost_iotlb_itree_next (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | iotlb.c | 168 vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last) in vhost_iotlb_itree_next() function 172 EXPORT_SYMBOL_GPL(vhost_iotlb_itree_next);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vhost_iotlb.h | 43 vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last);
|
| /OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/ |
| H A D | mr.c | 240 map; map = vhost_iotlb_itree_next(map, start, mr->end - 1)) { in map_direct_mr() 256 map; map = vhost_iotlb_itree_next(map, mr->start, mr->end - 1)) { in map_direct_mr() 377 map = vhost_iotlb_itree_next(map, start, last)) { in _mlx5_vdpa_create_mr()
|
| /OK3568_Linux_fs/kernel/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim.c | 636 map = vhost_iotlb_itree_next(map, start, last)) { in vdpasim_set_map()
|