Searched refs:VFIO_NOIOMMU_IOMMU (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/vfio/
H A Dcontainer.c34 if (arg != VFIO_NOIOMMU_IOMMU)
50 return vfio_noiommu && (arg == VFIO_NOIOMMU_IOMMU) ? 1 : 0;
/linux-master/drivers/iommu/iommufd/
H A Dvfio_compat.c53 * This allows selecting the VFIO_NOIOMMU_IOMMU and blocks normal types.
288 case VFIO_NOIOMMU_IOMMU:
326 if (IS_ENABLED(CONFIG_VFIO_NOIOMMU) && type == VFIO_NOIOMMU_IOMMU &&
/linux-master/include/uapi/linux/
H A Dvfio.h47 #define VFIO_NOIOMMU_IOMMU 8 macro

Completed in 150 milliseconds