Home
last modified time | relevance | path

Searched refs:iova_copy (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio_iommu_type1.c2062 struct list_head *iova_copy) in vfio_iommu_iova_get_copy() argument
2069 ret = vfio_iommu_iova_insert(iova_copy, n->start, n->end); in vfio_iommu_iova_get_copy()
2077 vfio_iommu_iova_free(iova_copy); in vfio_iommu_iova_get_copy()
2082 struct list_head *iova_copy) in vfio_iommu_iova_insert_copy() argument
2088 list_splice_tail(iova_copy, iova); in vfio_iommu_iova_insert_copy()
2102 LIST_HEAD(iova_copy); in vfio_iommu_type1_attach_group()
2206 ret = vfio_iommu_iova_get_copy(iommu, &iova_copy); in vfio_iommu_type1_attach_group()
2210 ret = vfio_iommu_aper_resize(&iova_copy, geo.aperture_start, in vfio_iommu_type1_attach_group()
2215 ret = vfio_iommu_resv_exclude(&iova_copy, &group_resv_regions); in vfio_iommu_type1_attach_group()
2278 vfio_iommu_iova_insert_copy(iommu, &iova_copy); in vfio_iommu_type1_attach_group()
[all …]