提交 8a0e715b 编写于 作者: J Joerg Roedel

iommu/vt-d: Implement DOMAIN_ATTR_GEOMETRY attribute

Implement the attribute for the Intel IOMMU driver.
Signed-off-by: NJoerg Roedel <joerg.roedel@amd.com>
上级 0ff64f80
......@@ -3932,6 +3932,10 @@ static int intel_iommu_domain_init(struct iommu_domain *domain)
domain_update_iommu_cap(dmar_domain);
domain->priv = dmar_domain;
domain->geometry.aperture_start = 0;
domain->geometry.aperture_end = __DOMAIN_MAX_ADDR(dmar_domain->gaw);
domain->geometry.force_aperture = true;
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册