Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dcontainer.c359 int iommu_types[] = { VFIO_TYPE1v2_IOMMU, VFIO_TYPE1_IOMMU, in vfio_get_iommu_type() local
363 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()