KVM: arm64: Use sanitized values in __check_override in nVHE
authorQuentin Perret <qperret@google.com>
Wed, 1 Feb 2023 10:37:53 +0000 (10:37 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Thu, 2 Feb 2023 21:46:43 +0000 (21:46 +0000)
commit3c4cc31537ec26c3347cc09792bbdba11b96e54a
tree9ba5a6a484461e1643720c603cac1845f0a30c9d
parente2d4f5ae1771dddf4844fa00742e3d3d3f77d383
KVM: arm64: Use sanitized values in __check_override in nVHE

The nVHE EL2 code has access to sanitized values of certain idregs, so
use them directly from __check_override instead of the *_override
variants.

Signed-off-by: Quentin Perret <qperret@google.com>
Link: https://lore.kernel.org/r/20230201103755.1398086-4-qperret@google.com
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/include/asm/el2_setup.h