Re: [RFC PATCH v2 14/26] KVM: arm64: Factor out vector address calculation

From: Will Deacon
Date: Tue Feb 02 2021 - 13:30:45 EST


On Fri, Jan 08, 2021 at 12:15:12PM +0000, Quentin Perret wrote:
> In order to re-map the guest vectors at EL2 when pKVM is enabled,
> refactor __kvm_vector_slot2idx() and kvm_init_vector_slot() to move all
> the address calculation logic in a static inline function.
>
> Signed-off-by: Quentin Perret <qperret@xxxxxxxxxx>
> ---
> arch/arm64/include/asm/kvm_mmu.h | 8 ++++++++
> arch/arm64/kvm/arm.c | 9 +--------
> 2 files changed, 9 insertions(+), 8 deletions(-)

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will