Lines Matching refs:start
69 struct vhost_iotlb *iotlb, u64 start,
542 * with a value of 1 will not make the device start processing buffers.
802 ops->dma_unmap(vdpa, asid, map->start, map->size);
804 iommu_unmap(v->domain, map->start, map->size);
809 u64 start, u64 last, u32 asid)
816 while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) {
832 u64 start, u64 last, u32 asid)
837 while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) {
847 struct vhost_iotlb *iotlb, u64 start,
853 return vhost_vdpa_va_unmap(v, iotlb, start, last, asid);
855 return vhost_vdpa_pa_unmap(v, iotlb, start, last, asid);
992 u64 start = iova;
1097 vhost_vdpa_unmap(v, iotlb, start, size);