Home
last modified time | relevance | path

Searched refs:nested_vmx_is_evmptr12_valid (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/arch/x86/kvm/vmx/
Dhyperv.h25 static inline bool nested_vmx_is_evmptr12_valid(struct vcpu_vmx *vmx) in nested_vmx_is_evmptr12_valid() function
69 static inline bool nested_vmx_is_evmptr12_valid(struct vcpu_vmx *vmx) in nested_vmx_is_evmptr12_valid() function
Dnested.c197 !nested_vmx_is_evmptr12_valid(vmx)) in nested_vmx_fail()
233 if (nested_vmx_is_evmptr12_valid(vmx)) { in nested_release_evmcs()
2128 if (nested_vmx_is_evmptr12_valid(vmx)) in nested_sync_vmcs12_to_shadow()
2282 if (vmx->nested.dirty_vmcs12 || nested_vmx_is_evmptr12_valid(vmx)) in prepare_vmcs02_early()
2578 if (vmx->nested.dirty_vmcs12 || nested_vmx_is_evmptr12_valid(vmx)) { in prepare_vmcs02()
2582 load_guest_pdptrs_vmcs12 = !nested_vmx_is_evmptr12_valid(vmx) || in prepare_vmcs02()
2704 if (nested_vmx_is_evmptr12_valid(vmx)) in prepare_vmcs02()
3583 if (enable_shadow_vmcs || nested_vmx_is_evmptr12_valid(vmx)) in nested_vmx_enter_non_root_mode()
3614 if (CC(!nested_vmx_is_evmptr12_valid(vmx) && in nested_vmx_run()
3629 if (nested_vmx_is_evmptr12_valid(vmx)) { in nested_vmx_run()
[all …]