Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c1930 static int vfio_iommu_iova_insert(struct list_head *head, in vfio_iommu_iova_insert() function
1991 return vfio_iommu_iova_insert(iova, start, end); in vfio_iommu_aper_resize()
2075 ret = vfio_iommu_iova_insert(&n->list, n->start, in vfio_iommu_resv_exclude()
2078 ret = vfio_iommu_iova_insert(&n->list, end + 1, in vfio_iommu_resv_exclude()
2122 ret = vfio_iommu_iova_insert(iova_copy, n->start, n->end); in vfio_iommu_iova_get_copy()