Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvfio.h1450 #define VFIO_IOMMU_INFO_PGSIZES (1 << 0) /* supported page sizes info */ macro
/openbmc/linux/drivers/iommu/iommufd/
H A Dvfio_compat.c468 info.flags = VFIO_IOMMU_INFO_PGSIZES; in iommufd_vfio_iommu_get_info()
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h1474 #define VFIO_IOMMU_INFO_PGSIZES (1 << 0) /* supported page sizes info */ macro
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c1667 ASSERT_EQ(VFIO_IOMMU_INFO_PGSIZES | VFIO_IOMMU_INFO_CAPS, in TEST_F()
1676 ASSERT_EQ(VFIO_IOMMU_INFO_PGSIZES | VFIO_IOMMU_INFO_CAPS, in TEST_F()
1688 ASSERT_EQ(VFIO_IOMMU_INFO_PGSIZES | VFIO_IOMMU_INFO_CAPS, in TEST_F()
/openbmc/qemu/hw/vfio/
H A Dcontainer.c524 if (info->flags & VFIO_IOMMU_INFO_PGSIZES) { in vfio_legacy_setup()
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c2781 info.flags = VFIO_IOMMU_INFO_PGSIZES; in vfio_iommu_type1_get_info()