KVM: nVMX: Rename EPTP validity helper and associated variables
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 3 Mar 2020 02:02:38 +0000 (18:02 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 16:57:45 +0000 (17:57 +0100)
commitac6389ab2c7ad900cc5b02bf4058d2e431963ea9
treeb7fc9206f3b18d74727c18c21d19c270e43cf045
parentac69dfaacee8ec6e3fb291f15ec7735a7772eab2
KVM: nVMX: Rename EPTP validity helper and associated variables

Rename valid_ept_address() to nested_vmx_check_eptp() to follow the nVMX
nomenclature and to reflect that the function now checks a lot more than
just the address contained in the EPTP.  Rename address to new_eptp in
associated code.

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c