Lines Matching refs:current_vmptr
194 if (vmx->nested.current_vmptr == -1ull && !vmx->nested.hv_evmcs) in nested_vmx_fail()
294 vmx->nested.current_vmptr = -1ull; in free_nested()
2001 vmx->nested.current_vmptr = -1ull; in nested_vmx_handle_enlightened_vmptrld()
3483 if (CC(!vmx->nested.hv_evmcs && vmx->nested.current_vmptr == -1ull)) in nested_vmx_run()
4873 if (vmx->nested.current_vmptr == -1ull) in nested_release_vmcs12()
4888 vmx->nested.current_vmptr >> PAGE_SHIFT, in nested_release_vmcs12()
4893 vmx->nested.current_vmptr = -1ull; in nested_release_vmcs12()
4943 if (vmptr == vmx->nested.current_vmptr) in handle_vmclear()
4989 if (vmx->nested.current_vmptr == -1ull || in handle_vmread()
5081 if (vmx->nested.current_vmptr == -1ull || in handle_vmwrite()
5161 vmx->nested.current_vmptr = vmptr; in set_current_vmptr()
5194 if (vmx->nested.current_vmptr != vmptr) { in handle_vmptrld()
5239 gpa_t current_vmptr = to_vmx(vcpu)->nested.current_vmptr; in handle_vmptrst() local
5254 r = kvm_write_guest_virt_system(vcpu, gva, (void *)¤t_vmptr, in handle_vmptrst()
5994 kvm_state.hdr.vmx.vmcs12_pa = vmx->nested.current_vmptr; in vmx_get_nested_state()