Searched refs:vhost_iotlb_add_range_ctx (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/vhost/ |
| A D | iotlb.c | 50 int vhost_iotlb_add_range_ctx(struct vhost_iotlb *iotlb, in vhost_iotlb_add_range_ctx() function 65 int err = vhost_iotlb_add_range_ctx(iotlb, start, mid, addr, in vhost_iotlb_add_range_ctx() 101 EXPORT_SYMBOL_GPL(vhost_iotlb_add_range_ctx); 107 return vhost_iotlb_add_range_ctx(iotlb, start, last, in vhost_iotlb_add_range()
|
| A D | vdpa.c | 1001 r = vhost_iotlb_add_range_ctx(iotlb, iova, iova + size - 1, in vhost_vdpa_map()
|
| /linux/include/linux/ |
| A D | vhost_iotlb.h | 33 int vhost_iotlb_add_range_ctx(struct vhost_iotlb *iotlb, u64 start, u64 last,
|
| /linux/drivers/vdpa/vdpa_user/ |
| A D | iova_domain.c | 35 ret = vhost_iotlb_add_range_ctx(domain->iotlb, start, last, in vduse_iotlb_add_range()
|
| /linux/drivers/vdpa/vdpa_sim/ |
| A D | vdpa_sim.c | 721 ret = vhost_iotlb_add_range_ctx(&vdpasim->iommu[asid], iova, in vdpasim_dma_map()
|
Completed in 16 milliseconds