Home
last modified time | relevance | path

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

/drivers/vhost/
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);
A Dvdpa.c926 while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) { in vhost_vdpa_pa_unmap()
947 while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) { in vhost_vdpa_va_unmap()
1229 if (vhost_iotlb_itree_first(iotlb, msg->iova, in vhost_vdpa_process_iotlb_update()
A Dvringh.c1060 map = vhost_iotlb_itree_first(iotlb, addr, last); in iotlb_translate()
A Dvhost.c1886 map = vhost_iotlb_itree_first(umem, addr, last); in iotlb_access_ok()
2658 map = vhost_iotlb_itree_first(umem, addr, last); in translate_desc()
/drivers/vdpa/vdpa_user/
A Diova_domain.c51 while ((map = vhost_iotlb_itree_first(domain->iotlb, start, last))) { in vduse_iotlb_del_range()
70 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in vduse_domain_set_map()
96 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in vduse_domain_clear_map()
202 map = vhost_iotlb_itree_first(domain->iotlb, start, last); in vduse_domain_get_coherent_page()
492 map = vhost_iotlb_itree_first(domain->iotlb, (u64)dma_addr, in vduse_domain_free_coherent()
A Dvduse_dev.c1177 map = vhost_iotlb_itree_first(dev->domain->iotlb, in vduse_dev_ioctl()
1386 map = vhost_iotlb_itree_first(dev->domain->iotlb, in vduse_dev_ioctl()
/drivers/vdpa/mlx5/core/
A Dmr.c383 for (map = vhost_iotlb_itree_first(iotlb, mr->start, mr->end - 1); in map_direct_mr()
398 for (map = vhost_iotlb_itree_first(iotlb, mr->start, mr->end - 1); in map_direct_mr()
514 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in create_user_mr()
613 for (map = vhost_iotlb_itree_first(src, start, last); map; in dup_iotlb()
/drivers/vdpa/vdpa_sim/
A Dvdpa_sim.c647 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in vdpasim_set_map()
/drivers/vdpa/mlx5/net/
A Dmlx5_vnet.c3344 if (vhost_iotlb_itree_first(iotlb, 0, U64_MAX)) { in set_map_data()

Completed in 42 milliseconds