Searched refs:vhost_iotlb_add_range (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/vhost/ |
D | iotlb.c | 49 int vhost_iotlb_add_range(struct vhost_iotlb *iotlb, in vhost_iotlb_add_range() function 83 EXPORT_SYMBOL_GPL(vhost_iotlb_add_range);
|
D | vdpa.c | 565 r = vhost_iotlb_add_range(dev->iotlb, iova, iova + size - 1, in vhost_vdpa_map()
|
D | vhost.c | 1105 if (vhost_iotlb_add_range(dev->iotlb, msg->iova, in vhost_process_iotlb_msg() 1448 if (vhost_iotlb_add_range(newumem, in vhost_set_memory()
|
/Linux-v5.10/include/linux/ |
D | vhost_iotlb.h | 32 int vhost_iotlb_add_range(struct vhost_iotlb *iotlb, u64 start, u64 last,
|
/Linux-v5.10/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 271 ret = vhost_iotlb_add_range(iommu, pa, pa + size - 1, in vdpasim_map_page() 308 ret = vhost_iotlb_add_range(iommu, (u64)pa, in vdpasim_alloc_coherent() 615 ret = vhost_iotlb_add_range(vdpasim->iommu, map->start, in vdpasim_set_map() 636 ret = vhost_iotlb_add_range(vdpasim->iommu, iova, iova + size - 1, pa, in vdpasim_dma_map()
|