KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
authorNicholas Piggin <npiggin@gmail.com>
Fri, 28 May 2021 09:07:32 +0000 (19:07 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Jun 2021 12:12:13 +0000 (22:12 +1000)
commit48013cbc504e064d2318f24482cfbe3c53e0a812
tree8e08bd24186713b7be8d73492671466eb5a9518a
parent09512c29167bd3792820caf83bcca4d4e5ac2266
KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together

Switching the MMU from radix<->radix mode is tricky particularly as the
MMU can remain enabled and requires a certain sequence of SPR updates.
Move these together into their own functions.

This also includes the radix TLB check / flush because it's tied in to
MMU switching due to tlbiel getting LPID from LPIDR.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210528090752.3542186-13-npiggin@gmail.com
arch/powerpc/kvm/book3s_hv.c