Home
last modified time | relevance | path

Searched refs:current_vmptr (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dnested.c198 if (vmx->nested.current_vmptr == INVALID_GPA && in nested_vmx_fail()
349 vmx->nested.current_vmptr = INVALID_GPA; in free_nested()
2118 vmx->nested.current_vmptr = INVALID_GPA; in nested_vmx_handle_enlightened_vmptrld()
3528 vmx->nested.current_vmptr, in nested_vmx_enter_non_root_mode()
3699 vmx->nested.current_vmptr == INVALID_GPA)) in nested_vmx_run()
5474 if (vmx->nested.current_vmptr == INVALID_GPA) in nested_release_vmcs12()
5489 vmx->nested.current_vmptr >> PAGE_SHIFT, in nested_release_vmcs12()
5494 vmx->nested.current_vmptr = INVALID_GPA; in nested_release_vmcs12()
5532 if (vmptr == vmx->nested.current_vmptr) in handle_vmclear()
5591 if (vmx->nested.current_vmptr in handle_vmread()
5867 gpa_t current_vmptr = to_vmx(vcpu)->nested.current_vmptr; handle_vmptrst() local
[all...]
H A Dnested.h84 return vmx->nested.current_vmptr != -1ull || in vmx_has_valid_vmcs12()
H A Dvmx.h81 gpa_t current_vmptr; member
H A Dvmx.c4750 vmx->nested.current_vmptr = INVALID_GPA; in __vmx_vcpu_reset()