current_vmptr 179 arch/x86/kvm/vmx/nested.c if (vmx->nested.current_vmptr == -1ull && !vmx->nested.hv_evmcs) current_vmptr 247 arch/x86/kvm/vmx/nested.c vmx->nested.current_vmptr = -1ull; current_vmptr 1834 arch/x86/kvm/vmx/nested.c vmx->nested.current_vmptr = -1ull; current_vmptr 3209 arch/x86/kvm/vmx/nested.c if (!vmx->nested.hv_evmcs && vmx->nested.current_vmptr == -1ull) current_vmptr 4501 arch/x86/kvm/vmx/nested.c if (vmx->nested.current_vmptr == -1ull) current_vmptr 4516 arch/x86/kvm/vmx/nested.c vmx->nested.current_vmptr >> PAGE_SHIFT, current_vmptr 4521 arch/x86/kvm/vmx/nested.c vmx->nested.current_vmptr = -1ull; current_vmptr 4572 arch/x86/kvm/vmx/nested.c if (vmptr == vmx->nested.current_vmptr) current_vmptr 4620 arch/x86/kvm/vmx/nested.c if (vmx->nested.current_vmptr == -1ull || current_vmptr 4714 arch/x86/kvm/vmx/nested.c if (vmx->nested.current_vmptr == -1ull || current_vmptr 4799 arch/x86/kvm/vmx/nested.c vmx->nested.current_vmptr = vmptr; current_vmptr 4833 arch/x86/kvm/vmx/nested.c if (vmx->nested.current_vmptr != vmptr) { current_vmptr 4878 arch/x86/kvm/vmx/nested.c gpa_t current_vmptr = to_vmx(vcpu)->nested.current_vmptr; current_vmptr 4892 arch/x86/kvm/vmx/nested.c if (kvm_write_guest_virt_system(vcpu, gva, (void *)¤t_vmptr, current_vmptr 5531 arch/x86/kvm/vmx/nested.c kvm_state.hdr.vmx.vmcs12_pa = vmx->nested.current_vmptr; current_vmptr 58 arch/x86/kvm/vmx/nested.h return is_guest_mode(vcpu) || vmx->nested.current_vmptr != -1ull || current_vmptr 6777 arch/x86/kvm/vmx/vmx.c vmx->nested.current_vmptr = -1ull; current_vmptr 101 arch/x86/kvm/vmx/vmx.h gpa_t current_vmptr;