Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/svm/
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()
Dsvm.h54 extern bool x2avic_enabled;
Dsvm.c904 if (!x2avic_enabled) in svm_set_x2apic_msr_interception()
5372 } else if (!x2avic_enabled) { in svm_hardware_setup()