]> git.baikalelectronics.ru Git - kernel.git/commit
arm/arm64: KVM: Introduce kvm_call_hyp_ret()
authorMarc Zyngier <marc.zyngier@arm.com>
Sat, 5 Jan 2019 15:49:50 +0000 (15:49 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 19 Feb 2019 21:05:24 +0000 (21:05 +0000)
commit7aa8d14641651a61a0b8892314a0bcfaceebe158
tree44c443a7129044ef782db30b345cdc1d2b440f57
parentee7930490a8f84570e96268f5736e99570b58307
arm/arm64: KVM: Introduce kvm_call_hyp_ret()

Until now, we haven't differentiated between HYP calls that
have a return value and those who don't. As we're about to
change this, introduce kvm_call_hyp_ret(), and change all
call sites that actually make use of a return value.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@arm.com>
arch/arm/include/asm/kvm_host.h
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/debug.c
virt/kvm/arm/arm.c
virt/kvm/arm/vgic/vgic-v3.c