KVM: arm64: nv: Use reg_to_encoding() to get sysreg ID
authorOliver Upton <oliver.upton@linux.dev>
Sat, 11 Feb 2023 19:07:42 +0000 (19:07 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Sat, 11 Feb 2023 22:10:34 +0000 (22:10 +0000)
commit3fb901cdc9e4ab01aa32abe93004f94cdfe75648
treea1c75815eaec4968c49f5b4b9673728c9af2c483
parent191e0e155521182051fc2f32dde237b6fde2b0b4
KVM: arm64: nv: Use reg_to_encoding() to get sysreg ID

Avoid open-coding and just use the helper to encode the ID from the
sysreg table entry.

No functional change intended.

Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230211190742.49843-1-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/nested.c