iommu/amd: Set exclusion range correctly
authorJoerg Roedel <jroedel@suse.de>
Fri, 12 Apr 2019 10:50:31 +0000 (12:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 May 2019 15:54:10 +0000 (17:54 +0200)
commit29184cbaaec0f3fe37bfab07a9d141935f98ec8d
tree04286092f9b1ce2abb929b2202bb6bdd4eb4f5f2
parent42638d6aae0624684ebefe85d55eca0fc4e3c5c0
iommu/amd: Set exclusion range correctly

[ Upstream commit 3c677d206210f53a4be972211066c0f1cd47fe12 ]

The exlcusion range limit register needs to contain the
base-address of the last page that is part of the range, as
bits 0-11 of this register are treated as 0xfff by the
hardware for comparisons.

So correctly set the exclusion range in the hardware to the
last page which is _in_ the range.

Fixes: b2026aa2dce44 ('x86, AMD IOMMU: add functions for programming IOMMU MMIO space')
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/iommu/amd_iommu_init.c