Home
last modified time | relevance | path

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

/qemu/hw/vfio/
H A Dcontainer.c43 case VFIO_TYPE1v2_IOMMU: in vfio_ram_block_discard_disable()
158 container->iommu_type == VFIO_TYPE1v2_IOMMU) { in vfio_legacy_dma_unmap()
360 int iommu_types[] = { VFIO_TYPE1v2_IOMMU, VFIO_TYPE1_IOMMU, in vfio_get_iommu_type()
381 case VFIO_TYPE1v2_IOMMU: in vfio_get_iommu_class()
/qemu/linux-headers/linux/
H A Dvfio.h27 #define VFIO_TYPE1v2_IOMMU 3 macro