]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Simplify __kvm_enable_ssbs()
authorMarc Zyngier <maz@kernel.org>
Wed, 21 Oct 2020 20:52:54 +0000 (21:52 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 27 Nov 2020 11:32:44 +0000 (11:32 +0000)
commit20a8df1c44044b5493fa990c47b640d5acf62adf
treeddb7910c8bc242787b6638f75baa11461593850c
parentffbba29710ce8ab935e0fece2ac89887a96bb3e5
KVM: arm64: Simplify __kvm_enable_ssbs()

Move the setting of SSBS directly into the HVC handler, using
the C helpers rather than the inline asssembly code.

Reviewed-by: Alexandru Elisei <alexandru.elisei@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_asm.h
arch/arm64/include/asm/sysreg.h
arch/arm64/kvm/hyp/nvhe/hyp-main.c
arch/arm64/kvm/hyp/nvhe/sysreg-sr.c