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>
Showing
- arch/arm/include/asm/kvm_host.h 3 additions, 0 deletionsarch/arm/include/asm/kvm_host.h
- arch/arm64/include/asm/kvm_host.h 1 addition, 0 deletionsarch/arm64/include/asm/kvm_host.h
- arch/arm64/kvm/debug.c 1 addition, 1 deletionarch/arm64/kvm/debug.c
- virt/kvm/arm/arm.c 1 addition, 1 deletionvirt/kvm/arm/arm.c
- virt/kvm/arm/vgic/vgic-v3.c 2 additions, 2 deletionsvirt/kvm/arm/vgic/vgic-v3.c
Loading
Please register or sign in to comment