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

2021-02-02 Thread Will Deacon
On Fri, Jan 08, 2021 at 12:15:12PM +, 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 Perr

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

2021-01-08 Thread Quentin Perret
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 --- arch/arm64/include/asm/kvm_mmu.h | 8 arch/arm64/kvm/arm