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

/linux-master/arch/x86/kvm/svm/
H A Davic.c75 bool x2avic_enabled; variable
101 if (x2avic_enabled && apic_x2apic_mode(svm->vcpu.arch.apic)) {
268 if ((!x2avic_enabled && index > AVIC_MAX_PHYSICAL_ID) ||
283 if ((!x2avic_enabled && id > AVIC_MAX_PHYSICAL_ID) ||
1214 x2avic_enabled = boot_cpu_has(X86_FEATURE_X2AVIC);
1215 if (x2avic_enabled)
H A Dsvm.h40 extern bool x2avic_enabled;
H A Dsvm.c899 if (!x2avic_enabled)
5272 } else if (!x2avic_enabled) {

Completed in 167 milliseconds