Lines Matching refs:current_vmptr
396 gpa_t current_vmptr; member
6401 if (item->vmptr == vmx->nested.current_vmptr) { in nested_get_current_vmcs02()
6410 item->vmptr = vmx->nested.current_vmptr; in nested_get_current_vmcs02()
6425 item->vmptr = vmx->nested.current_vmptr; in nested_get_current_vmcs02()
6493 if (to_vmx(vcpu)->nested.current_vmptr == -1ull) { in nested_vmx_failValid()
6835 if (vmx->nested.current_vmptr == -1ull) in nested_release_vmcs12()
6854 vmx->nested.current_vmptr = -1ull; in nested_release_vmcs12()
6916 if (vmptr == vmx->nested.current_vmptr) in handle_vmclear()
7136 if (vmx->nested.current_vmptr == -1ull) { in nested_vmx_check_vmcs12()
7252 if (vmx->nested.current_vmptr != vmptr) { in handle_vmptrld()
7272 vmx->nested.current_vmptr = vmptr; in handle_vmptrld()
7305 (void *)&to_vmx(vcpu)->nested.current_vmptr, in handle_vmptrst()
8819 vmx->nested.current_vmptr = -1ull; in vmx_create_vcpu()
10464 nested_free_vmcs02(vmx, vmx->nested.current_vmptr); in nested_vmx_vmexit()