Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Davic.c75 bool x2avic_enabled; variable
101 if (x2avic_enabled && apic_x2apic_mode(svm->vcpu.arch.apic)) { in avic_activate_vmcb()
268 if ((!x2avic_enabled && index > AVIC_MAX_PHYSICAL_ID) || in avic_get_physical_id_entry()
283 if ((!x2avic_enabled && id > AVIC_MAX_PHYSICAL_ID) || in avic_init_backing_page()
1214 x2avic_enabled = boot_cpu_has(X86_FEATURE_X2AVIC); in avic_hardware_setup()
1215 if (x2avic_enabled) in avic_hardware_setup()
H A Dsvm.h40 extern bool x2avic_enabled;
H A Dsvm.c918 if (!x2avic_enabled) in svm_set_x2apic_msr_interception()
5284 } else if (!x2avic_enabled) { in svm_hardware_setup()