]> www.infradead.org Git - nvme.git/commit
KVM: arm64: nv: Truely enable nXS TLBI operations
authorMarc Zyngier <maz@kernel.org>
Wed, 3 Jul 2024 15:47:43 +0000 (16:47 +0100)
committerOliver Upton <oliver.upton@linux.dev>
Wed, 3 Jul 2024 22:46:14 +0000 (22:46 +0000)
commit3cfde36df7aba306e31209ec882a9e015f2d5963
tree24e860a7137c2a57e2543b7fa036866c9cfc9b28
parent0feec7769a63ef15401a9820c2039e26f0391825
KVM: arm64: nv: Truely enable nXS TLBI operations

Although we now have support for nXS-flavoured TLBI instructions,
we still don't expose the feature to the guest thanks to a mixture
of misleading comment and use of a bunch of magic values.

Fix the comment and correctly express the masking of LS64, which
is enough to expose nXS to the world. Not that anyone cares...

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