Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c1155 static inline bool nested_cpu_has_virt_x2apic_mode(struct vmcs12 *vmcs12) in nested_cpu_has_virt_x2apic_mode() function
8790 if (!nested_cpu_has_virt_x2apic_mode(vmcs12)) in nested_vmx_merge_msr_bitmap()
8805 if (nested_cpu_has_virt_x2apic_mode(vmcs12)) { in nested_vmx_merge_msr_bitmap()
8865 if (!nested_cpu_has_virt_x2apic_mode(vmcs12) && in nested_vmx_check_apicv_controls()
8875 if (nested_cpu_has_virt_x2apic_mode(vmcs12) && in nested_vmx_check_apicv_controls()
9212 } else if (!(nested_cpu_has_virt_x2apic_mode(vmcs12)) && in prepare_vmcs02()