Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dnested.h60 return vmx->nested.current_vmptr != -1ull || in vmx_has_valid_vmcs12()
Dnested.c194 if (vmx->nested.current_vmptr == -1ull && in nested_vmx_fail()
295 vmx->nested.current_vmptr = -1ull; in free_nested()
1987 vmx->nested.current_vmptr = -1ull; in nested_vmx_handle_enlightened_vmptrld()
3543 vmx->nested.current_vmptr == -1ull)) in nested_vmx_run()
5075 if (vmx->nested.current_vmptr == -1ull) in nested_release_vmcs12()
5090 vmx->nested.current_vmptr >> PAGE_SHIFT, in nested_release_vmcs12()
5095 vmx->nested.current_vmptr = -1ull; in nested_release_vmcs12()
5145 if (vmptr == vmx->nested.current_vmptr) in handle_vmclear()
5193 if (vmx->nested.current_vmptr == -1ull || in handle_vmread()
5285 if (vmx->nested.current_vmptr == -1ull || in handle_vmwrite()
[all …]
Dvmx.h143 gpa_t current_vmptr; member
Dvmx.c7057 vmx->nested.current_vmptr = -1ull; in vmx_create_vcpu()