Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iommu/amd/
DMakefile4 obj-$(CONFIG_AMD_IOMMU_V2) += iommu_v2.o
Diommu.c400 dev_data->iommu_v2 = iommu->is_iommu_v2; in iommu_init_device()
2001 ats, dev_data->iommu_v2); in do_attach()
2136 if (dev_data->iommu_v2) { in attach_device()
2202 if (domain->flags & PD_IOMMUV2_MASK && dev_data->iommu_v2) in detach_device()
2314 dev_data->ats.enabled, dev_data->iommu_v2); in update_device_table()
2748 if (!mem_encrypt_active() && dev_data->iommu_v2) in amd_iommu_def_domain_type()
Damd_iommu_types.h655 bool iommu_v2; /* Device can make use of IOMMUv2 */ member