Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Davic.c108 static bool x2avic_enabled; variable
151 if (!x2avic_enabled) in avic_set_x2apic_msr_interception()
169 if (x2avic_enabled && (!vcpu || apic_x2apic_mode(vcpu->arch.apic))) in __avic_get_max_physical_id()
205 if (x2avic_enabled && apic_x2apic_mode(svm->vcpu.arch.apic)) { in avic_activate_vmcb()
391 if ((!x2avic_enabled && id > AVIC_MAX_PHYSICAL_ID) || in avic_init_backing_page()
1277 x2avic_enabled = boot_cpu_has(X86_FEATURE_X2AVIC); in avic_hardware_setup()
1278 if (x2avic_enabled) { in avic_hardware_setup()