Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Dvfio_compat.c20 if (!ictx->vfio_ioas || !iommufd_lock_obj(&ictx->vfio_ioas->obj)) in get_compat_ioas()
22 ioas = ictx->vfio_ioas; in get_compat_ioas()
60 if (!ictx->vfio_ioas) { in iommufd_vfio_compat_set_no_iommu()
99 if (ictx->vfio_ioas && iommufd_lock_obj(&ictx->vfio_ioas->obj)) { in iommufd_vfio_compat_ioas_create()
101 iommufd_put_object(ictx, &ictx->vfio_ioas->obj); in iommufd_vfio_compat_ioas_create()
104 ictx->vfio_ioas = ioas; in iommufd_vfio_compat_ioas_create()
144 ucmd->ictx->vfio_ioas = ioas; in iommufd_vfio_ioas()
151 ucmd->ictx->vfio_ioas = NULL; in iommufd_vfio_ioas()
H A Dmain.c197 if (ictx->vfio_ioas == container_of(obj, struct iommufd_ioas, obj)) in iommufd_object_remove()
198 ictx->vfio_ioas = NULL; in iommufd_object_remove()
335 struct iommu_vfio_ioas vfio_ioas; member
H A Diommufd_private.h31 struct iommufd_ioas *vfio_ioas; member
/linux/tools/testing/selftests/iommu/
H A Diommufd.c2068 TEST_F(iommufd, vfio_ioas) in TEST_F() argument