Lines Matching refs:current_vmptr
194 if (vmx->nested.current_vmptr == INVALID_GPA && in nested_vmx_fail()
296 vmx->nested.current_vmptr = INVALID_GPA; in free_nested()
1965 vmx->nested.current_vmptr = INVALID_GPA; in nested_vmx_handle_enlightened_vmptrld()
3512 vmx->nested.current_vmptr == INVALID_GPA)) in nested_vmx_run()
4963 if (vmx->nested.current_vmptr == INVALID_GPA) in nested_release_vmcs12()
4978 vmx->nested.current_vmptr >> PAGE_SHIFT, in nested_release_vmcs12()
4983 vmx->nested.current_vmptr = INVALID_GPA; in nested_release_vmcs12()
5033 if (vmptr == vmx->nested.current_vmptr) in handle_vmclear()
5081 if (vmx->nested.current_vmptr == INVALID_GPA || in handle_vmread()
5173 if (vmx->nested.current_vmptr == INVALID_GPA || in handle_vmwrite()
5253 vmx->nested.current_vmptr = vmptr; in set_current_vmptr()
5286 if (vmx->nested.current_vmptr != vmptr) { in handle_vmptrld()
5338 gpa_t current_vmptr = to_vmx(vcpu)->nested.current_vmptr; in handle_vmptrst() local
5353 r = kvm_write_guest_virt_system(vcpu, gva, (void *)¤t_vmptr, in handle_vmptrst()
6119 kvm_state.hdr.vmx.vmcs12_pa = vmx->nested.current_vmptr; in vmx_get_nested_state()