Searched refs:nested_cpu_has_vid (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dnested.h195 static inline bool nested_cpu_has_vid(struct vmcs12 *vmcs12) function
H A Dnested.c681 if (nested_cpu_has_vid(vmcs12)) {
786 !nested_cpu_has_vid(vmcs12) &&
802 if (CC(nested_cpu_has_vid(vmcs12) && !nested_exit_on_intr(vcpu)))
813 (CC(!nested_cpu_has_vid(vmcs12)) ||
4450 if (nested_cpu_has_vid(vmcs12))
H A Dvmx.c4119 !nested_cpu_has_vid(get_vmcs12(vcpu)) ||

Completed in 178 milliseconds