Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.h219 static inline bool nested_cpu_has_vid(struct vmcs12 *vmcs12) in nested_cpu_has_vid() function
H A Dnested.c683 if (nested_cpu_has_vid(vmcs12)) { in nested_vmx_prepare_msr_bitmap()
794 !nested_cpu_has_vid(vmcs12) && in nested_vmx_check_apicv_controls()
810 if (CC(nested_cpu_has_vid(vmcs12) && !nested_exit_on_intr(vcpu))) in nested_vmx_check_apicv_controls()
821 (CC(!nested_cpu_has_vid(vmcs12)) || in nested_vmx_check_apicv_controls()
4104 if (!nested_cpu_has_vid(get_vmcs12(vcpu)) || in vmx_has_nested_events()
4612 if (nested_cpu_has_vid(vmcs12)) in sync_vmcs02_to_vmcs12()
H A Dvmx.c6781 nested_cpu_has_vid(get_vmcs12(vcpu))); in vmx_hwapic_isr_update()