KVM: arm64: Use the appropriate feature trap register when activating traps
authorFuad Tabba <tabba@google.com>
Mon, 24 Jul 2023 12:38:27 +0000 (13:38 +0100)
committerOliver Upton <oliver.upton@linux.dev>
Wed, 26 Jul 2023 17:08:30 +0000 (17:08 +0000)
commita9626099a51f697939d35983b92a9384a4c4a676
tree2b69b702d065a0ff37b55b6573c093a176f5d560
parent90ae31c65d5afdd0864017c9354247ddb601917f
KVM: arm64: Use the appropriate feature trap register when activating traps

Instead of writing directly to cptr_el2, use the helper that
selects which feature trap register to write to based on the KVM
mode.

Fixes: 75c76ab5a641 ("KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration")
Signed-off-by: Fuad Tabba <tabba@google.com>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230724123829.2929609-7-tabba@google.com
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/hyp/nvhe/switch.c