Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c179 if (vmx->nested.current_vmptr == -1ull && !vmx->nested.hv_evmcs) in nested_vmx_failValid()
247 vmx->nested.current_vmptr = -1ull; in free_nested()
1833 vmx->nested.current_vmptr = -1ull; in nested_vmx_handle_enlightened_vmptrld()
3198 if (!vmx->nested.hv_evmcs && vmx->nested.current_vmptr == -1ull) in nested_vmx_run()
4500 if (vmx->nested.current_vmptr == -1ull) in nested_release_vmcs12()
4515 vmx->nested.current_vmptr >> PAGE_SHIFT, in nested_release_vmcs12()
4520 vmx->nested.current_vmptr = -1ull; in nested_release_vmcs12()
4571 if (vmptr == vmx->nested.current_vmptr) in handle_vmclear()
4613 if (to_vmx(vcpu)->nested.current_vmptr == -1ull) in handle_vmread()
4710 if (vmx->nested.current_vmptr == -1ull) in handle_vmwrite()
[all …]
Dnested.h57 return is_guest_mode(vcpu) || vmx->nested.current_vmptr != -1ull || in vmx_has_valid_vmcs12()
Dvmx.h101 gpa_t current_vmptr; member
Dvmx.c6802 vmx->nested.current_vmptr = -1ull; in vmx_create_vcpu()