Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Diotlb.c195 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_itree_first() function
199 EXPORT_SYMBOL_GPL(vhost_iotlb_itree_first);
H A Dvhost.c1888 map = vhost_iotlb_itree_first(umem, addr, last); in iotlb_access_ok()
2660 map = vhost_iotlb_itree_first(umem, addr, last); in translate_desc()
/linux/include/linux/
H A Dvhost_iotlb.h46 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last);
/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1185 map = vhost_iotlb_itree_first(dev->domain->iotlb, in vduse_dev_ioctl()
1394 map = vhost_iotlb_itree_first(dev->domain->iotlb, in vduse_dev_ioctl()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c3342 if (vhost_iotlb_itree_first(iotlb, 0, U64_MAX)) { in set_map_data()