Lines Matching refs:current_vmptr
392 gpa_t current_vmptr; member
6306 if (item->vmptr == vmx->nested.current_vmptr) { in nested_get_current_vmcs02()
6315 item->vmptr = vmx->nested.current_vmptr; in nested_get_current_vmcs02()
6330 item->vmptr = vmx->nested.current_vmptr; in nested_get_current_vmcs02()
6398 if (to_vmx(vcpu)->nested.current_vmptr == -1ull) { in nested_vmx_failValid()
6696 if (vmx->nested.current_vmptr == -1ull) in nested_release_vmcs12()
6716 vmx->nested.current_vmptr = -1ull; in nested_release_vmcs12()
6777 if (vmptr == vmx->nested.current_vmptr) in handle_vmclear()
6997 if (vmx->nested.current_vmptr == -1ull) { in nested_vmx_check_vmcs12()
7114 if (vmx->nested.current_vmptr != vmptr) { in handle_vmptrld()
7134 vmx->nested.current_vmptr = vmptr; in handle_vmptrld()
7168 (void *)&to_vmx(vcpu)->nested.current_vmptr, in handle_vmptrst()
8457 vmx->nested.current_vmptr = -1ull; in vmx_create_vcpu()
10052 nested_free_vmcs02(vmx, vmx->nested.current_vmptr); in nested_vmx_vmexit()