Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/iommufd/
H A Dvfio_compat.c284 case VFIO_TYPE1v2_IOMMU: in iommufd_vfio_check_extension()
333 if ((type != VFIO_TYPE1_IOMMU && type != VFIO_TYPE1v2_IOMMU) || in iommufd_vfio_set_iommu()
/openbmc/qemu/hw/vfio/
H A Dcontainer.c42 case VFIO_TYPE1v2_IOMMU: in vfio_ram_block_discard_disable()
157 container->iommu_type == VFIO_TYPE1v2_IOMMU) { in vfio_legacy_dma_unmap()
359 int iommu_types[] = { VFIO_TYPE1v2_IOMMU, VFIO_TYPE1_IOMMU, in vfio_get_iommu_type()
378 case VFIO_TYPE1v2_IOMMU: in vfio_get_iommu_class_name()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h27 #define VFIO_TYPE1v2_IOMMU 3 macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h27 #define VFIO_TYPE1v2_IOMMU 3 macro
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c1422 ASSERT_EQ(1, ioctl(self->fd, VFIO_CHECK_EXTENSION, VFIO_TYPE1v2_IOMMU)); in TEST_F()
1479 ioctl(self->fd, VFIO_SET_IOMMU, VFIO_TYPE1v2_IOMMU)); in TEST_F()
1553 .version = VFIO_TYPE1v2_IOMMU, in FIXTURE_VARIANT_ADD()
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst248 a backwards compatibility interface for existing VFIO_TYPE1v2_IOMMU use
260 VFIO_TYPE1v2_IOMMU (ex. DMA mapping MMIO) and does not attempt to
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c2560 case VFIO_TYPE1v2_IOMMU: in vfio_iommu_type1_open()
2653 case VFIO_TYPE1v2_IOMMU: in vfio_iommu_type1_check_extension()