KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()
authorOliver Upton <oliver.upton@linux.dev>
Fri, 2 Dec 2022 18:51:51 +0000 (18:51 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Thu, 12 Jan 2023 21:09:19 +0000 (21:09 +0000)
commit9a7ad19ac804df56d3a150bcbe8f467a63821625
tree877d6b4dea54b79e4b7cab6589156ea47c8b8dc2
parentb7bfaa761d760e72a969d116517eaa12e404c262
KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()

Consistently use KVM's own pte types and helpers in
handle_access_fault().

No functional change intended.

Link: https://lore.kernel.org/r/20221202185156.696189-2-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/include/asm/kvm_pgtable.h
arch/arm64/kvm/mmu.c