]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit770d99cde1ce7434743daf63b5768713ae9759f6
tree87b3621be4d5c385f6eb1efe7cdd4c69a5ca1e70
parent548629e92262c00731792e95f8ab308282eb308c
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