Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c195 if (vmx->nested.current_vmptr == -1ull && !vmx->nested.hv_evmcs) in nested_vmx_fail()
295 vmx->nested.current_vmptr = -1ull; in free_nested()
2015 vmx->nested.current_vmptr = -1ull; in nested_vmx_handle_enlightened_vmptrld()
3518 if (CC(!vmx->nested.hv_evmcs && vmx->nested.current_vmptr == -1ull)) in nested_vmx_run()
4967 if (vmx->nested.current_vmptr == -1ull) in nested_release_vmcs12()
4982 vmx->nested.current_vmptr >> PAGE_SHIFT, in nested_release_vmcs12()
4987 vmx->nested.current_vmptr = -1ull; in nested_release_vmcs12()
5037 if (vmptr == vmx->nested.current_vmptr) in handle_vmclear()
5083 if (vmx->nested.current_vmptr == -1ull || in handle_vmread()
5175 if (vmx->nested.current_vmptr == -1ull || in handle_vmwrite()
[all …]
H A Dnested.h65 return is_guest_mode(vcpu) || vmx->nested.current_vmptr != -1ull || in vmx_has_valid_vmcs12()
H A Dvmx.h108 gpa_t current_vmptr; member
H A Dvmx.c7079 vmx->nested.current_vmptr = -1ull; in vmx_create_vcpu()