[RFC PATCH v2 14/26] KVM: arm64: Factor out vector address calculation
Will Deacon
will at kernel.org
Tue Feb 2 13:24:22 EST 2021
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 at google.com>
> ---
> 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 at kernel.org>
Will
More information about the linux-arm-kernel
mailing list