Home
last modified time | relevance | path

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

/drivers/iommu/
Dintel-iommu.c4019 struct dmar_domain *old_domain; in intel_iommu_attach_device() local
4021 old_domain = find_domain(pdev); in intel_iommu_attach_device()
4022 if (old_domain) { in intel_iommu_attach_device()
4025 domain_remove_one_dev_info(old_domain, pdev); in intel_iommu_attach_device()
4027 domain_remove_dev_info(old_domain); in intel_iommu_attach_device()