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 <[email protected]> > --- > 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 <[email protected]> Will

