Searched refs:iommu_types (Results 1 – 1 of 1) sorted by relevance
359 int iommu_types[] = { VFIO_TYPE1v2_IOMMU, VFIO_TYPE1_IOMMU, in vfio_get_iommu_type() local363 for (i = 0; i < ARRAY_SIZE(iommu_types); i++) { in vfio_get_iommu_type()364 if (ioctl(container_fd, VFIO_CHECK_EXTENSION, iommu_types[i])) { in vfio_get_iommu_type()365 return iommu_types[i]; in vfio_get_iommu_type()