Searched refs:vhost_iotlb_add_range (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/vhost/ |
D | iotlb.c | 103 int vhost_iotlb_add_range(struct vhost_iotlb *iotlb, in vhost_iotlb_add_range() function 110 EXPORT_SYMBOL_GPL(vhost_iotlb_add_range);
|
D | vhost.c | 1106 if (vhost_iotlb_add_range(dev->iotlb, msg->iova, in vhost_process_iotlb_msg() 1466 if (vhost_iotlb_add_range(newumem, in vhost_set_memory()
|
/Linux-v6.1/include/linux/ |
D | vhost_iotlb.h | 35 int vhost_iotlb_add_range(struct vhost_iotlb *iotlb, u64 start, u64 last,
|
/Linux-v6.1/drivers/vdpa/mlx5/core/ |
D | mr.c | 462 err = vhost_iotlb_add_range(mvdev->cvq.iotlb, start, last, start, VHOST_ACCESS_RW); in dup_iotlb() 468 err = vhost_iotlb_add_range(mvdev->cvq.iotlb, map->start, map->last, in dup_iotlb()
|
/Linux-v6.1/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 156 ret = vhost_iotlb_add_range(&vdpasim->iommu[0], (u64)dma_addr, in vdpasim_map_range() 628 ret = vhost_iotlb_add_range(iommu, map->start, in vdpasim_set_map()
|
/Linux-v6.1/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 2632 err = vhost_iotlb_add_range(mvdev->cvq.iotlb, map->start, in set_map_control()
|