]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: arm64: nv: Add handling of NXS-flavoured TLBI operations
authorMarc Zyngier <maz@kernel.org>
Fri, 14 Jun 2024 14:45:52 +0000 (15:45 +0100)
committerOliver Upton <oliver.upton@linux.dev>
Wed, 19 Jun 2024 08:14:38 +0000 (08:14 +0000)
commit0feec7769a63ef15401a9820c2039e26f0391825
treef80246ec859908601364cb4c05a875b3d30991c0
parent5d476ca57d7d1fb6a5a39e46747bb2034190ee4a
KVM: arm64: nv: Add handling of NXS-flavoured TLBI operations

Latest kid on the block: NXS (Non-eXtra-Slow) TLBI operations.

Let's add those in bulk (NSH, ISH, OSH, both normal and range)
as they directly map to their XS (the standard ones) counterparts.

Not a lot to say about them, they are basically useless.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20240614144552.2773592-17-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/hyp/vhe/tlb.c
arch/arm64/kvm/sys_regs.c