Searched refs:vhost_iotlb_add_range (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/vhost/ |
H A 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);
|
H A D | vhost.c | 1457 if (vhost_iotlb_add_range(dev->iotlb, msg->iova, in vhost_process_iotlb_msg() 1815 if (vhost_iotlb_add_range(newumem, in vhost_set_memory()
|
/openbmc/linux/include/linux/ |
H A D | vhost_iotlb.h | 35 int vhost_iotlb_add_range(struct vhost_iotlb *iotlb, u64 start, u64 last,
|
/openbmc/linux/drivers/vdpa/mlx5/core/ |
H A D | mr.c | 460 err = vhost_iotlb_add_range(mvdev->cvq.iotlb, start, last, start, VHOST_ACCESS_RW); in dup_iotlb() 466 err = vhost_iotlb_add_range(mvdev->cvq.iotlb, map->start, map->last, in dup_iotlb()
|
/openbmc/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | 156 vhost_iotlb_add_range(&vdpasim->iommu[i], 0, ULONG_MAX, in vdpasim_do_reset() 627 ret = vhost_iotlb_add_range(iommu, map->start, in vdpasim_set_map()
|