Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Damd_iommu.c95 bool iommu_v2; /* Device can make use of IOMMUv2 */ member
380 dev_data->iommu_v2 = iommu->is_iommu_v2; in iommu_init_device()
2150 if (dev_data->iommu_v2) { in attach_device()
2220 if (domain->flags & PD_IOMMUV2_MASK && dev_data->iommu_v2) in detach_device()
2258 if (iommu_pass_through || dev_data->iommu_v2) in amd_iommu_add_device()