Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A DMakefile4 obj-$(CONFIG_AMD_IOMMU_V2) += iommu_v2.o
H A Diommu.c400 dev_data->iommu_v2 = iommu->is_iommu_v2; in iommu_init_device()
2010 ats, dev_data->iommu_v2); in do_attach()
2145 if (dev_data->iommu_v2) { in attach_device()
2211 if (domain->flags & PD_IOMMUV2_MASK && dev_data->iommu_v2) in detach_device()
2323 dev_data->ats.enabled, dev_data->iommu_v2); in update_device_table()
2757 if (!mem_encrypt_active() && dev_data->iommu_v2) in amd_iommu_def_domain_type()
H A Damd_iommu_types.h660 bool iommu_v2; /* Device can make use of IOMMUv2 */ member