KVM: arm64: Do not use the hva in kvm_handle_guest_abort

The hva isn't needed, but is used as a proxy for determining
whether there's an error or a write fault. Since we won't have
the hva in private mode, do not use it. Use the newly introduced
function to determine errors or write faults.

Signed-off-by: Fuad Tabba <tabba@google.com>
1 file changed