KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation
authorMarc Zyngier <maz@kernel.org>
Wed, 13 May 2020 10:58:29 +0000 (11:58 +0100)
committerMarc Zyngier <maz@kernel.org>
Sat, 16 May 2020 14:04:18 +0000 (15:04 +0100)
commitc6fe89ff8b250ad4dc4bed7bd5877bfbc35f4aba
treef9da364e33474c6394b714f4e4bfa69030ffd480
parent25357de01b95140ecacd4d9347d74df2dda789f2
KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation

Now that this function isn't constrained by the 32bit PCS,
let's simplify it by taking a single 64bit offset instead
of two 32bit parameters.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_asm.h
arch/arm64/kvm/arch_timer.c
arch/arm64/kvm/hyp/timer-sr.c