KVM: arm64: Rename kvm_vcpu_dabt_isextabt()
authorWill Deacon <will@kernel.org>
Wed, 29 Jul 2020 10:28:18 +0000 (11:28 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 30 Jul 2020 14:59:28 +0000 (15:59 +0100)
commitc9a636f29b5f236441ff059cef0b2fe734c05afd
tree87b3621be4d5c385f6eb1efe7cdd4c69a5ca1e70
parent1ccf2fe35c30f79102ad129c5aa71059daaaed7f
KVM: arm64: Rename kvm_vcpu_dabt_isextabt()

kvm_vcpu_dabt_isextabt() is not specific to data aborts and, unlike
kvm_vcpu_dabt_issext(), has nothing to do with sign extension.

Rename it to 'kvm_vcpu_abt_issea()'.

Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Quentin Perret <qperret@google.com>
Link: https://lore.kernel.org/r/20200729102821.23392-2-will@kernel.org
arch/arm64/include/asm/kvm_emulate.h
arch/arm64/kvm/hyp/switch.c
arch/arm64/kvm/mmu.c