KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers
authorSean Christopherson <seanjc@google.com>
Thu, 25 Feb 2021 20:47:34 +0000 (12:47 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Mar 2021 08:43:40 +0000 (04:43 -0400)
commitc236d9623f7801e89a7b13e29df6709f0b216961
treee3e639bb664cd05d856664f0bb2544c85f98d85f
parent3849e0924ef14a245aa292ecaa9accdc4792012c
KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers

The value returned by make_mmio_spte() is a SPTE, it is not a mask.
Name it accordingly.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210225204749.1512652-10-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/spte.c