Symbol: vhost_iotlb_itree_first
drivers/vdpa/mlx5/core/mr.c
383
for (map = vhost_iotlb_itree_first(iotlb, mr->start, mr->end - 1);
drivers/vdpa/mlx5/core/mr.c
398
for (map = vhost_iotlb_itree_first(iotlb, mr->start, mr->end - 1);
drivers/vdpa/mlx5/core/mr.c
514
for (map = vhost_iotlb_itree_first(iotlb, start, last); map;
drivers/vdpa/mlx5/core/mr.c
613
for (map = vhost_iotlb_itree_first(src, start, last); map;
drivers/vdpa/mlx5/net/mlx5_vnet.c
3353
if (vhost_iotlb_itree_first(iotlb, 0, U64_MAX)) {
drivers/vdpa/vdpa_sim/vdpa_sim.c
639
for (map = vhost_iotlb_itree_first(iotlb, start, last); map;
drivers/vdpa/vdpa_user/iova_domain.c
227
map = vhost_iotlb_itree_first(domain->iotlb, start, last);
drivers/vdpa/vdpa_user/iova_domain.c
51
while ((map = vhost_iotlb_itree_first(domain->iotlb, start, last))) {
drivers/vdpa/vdpa_user/iova_domain.c
531
map = vhost_iotlb_itree_first(domain->iotlb, (u64)dma_addr,
drivers/vdpa/vdpa_user/iova_domain.c
70
for (map = vhost_iotlb_itree_first(iotlb, start, last); map;
drivers/vdpa/vdpa_user/iova_domain.c
96
for (map = vhost_iotlb_itree_first(iotlb, start, last); map;
drivers/vdpa/vdpa_user/vduse_dev.c
1314
map = vhost_iotlb_itree_first(dev->as[asid].domain->iotlb,
drivers/vhost/iotlb.c
199
EXPORT_SYMBOL_GPL(vhost_iotlb_itree_first);
drivers/vhost/vdpa.c
1231
if (vhost_iotlb_itree_first(iotlb, msg->iova,
drivers/vhost/vdpa.c
928
while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) {
drivers/vhost/vdpa.c
949
while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) {
drivers/vhost/vhost.c
1884
map = vhost_iotlb_itree_first(umem, addr, last);
drivers/vhost/vhost.c
2655
map = vhost_iotlb_itree_first(umem, addr, last);
drivers/vhost/vringh.c
1060
map = vhost_iotlb_itree_first(iotlb, addr, last);
include/linux/vhost_iotlb.h
46
vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last);