KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*
authorMarc Zyngier <maz@kernel.org>
Tue, 20 Dec 2022 14:49:30 +0000 (14:49 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 3 Jan 2023 10:01:52 +0000 (10:01 +0000)
commitb0803ba72b558957fdcfe845939ee788b7ce5919
tree614807b5b5acdafaeeb5be20006304f39795f93c
parentb8f8d190fa8fa1909dda12d771df67125d6fbf0c
KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*

The former is an AArch32 legacy, so let's move over to the
verbose (and strictly identical) version.

This involves moving some of the #defines that were private
to KVM into the more generic esr.h.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/esr.h
arch/arm64/include/asm/kvm_arm.h
arch/arm64/include/asm/kvm_emulate.h
arch/arm64/kvm/hyp/include/hyp/fault.h
arch/arm64/kvm/hyp/include/hyp/switch.h
arch/arm64/kvm/mmu.c