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.c119 static bool x2avic_enabled; variable
162 if (!x2avic_enabled) in avic_set_x2apic_msr_interception()
180 if (x2avic_enabled && (!vcpu || apic_x2apic_mode(vcpu->arch.apic))) in __avic_get_max_physical_id()
216 if (x2avic_enabled && apic_x2apic_mode(svm->vcpu.arch.apic)) { in avic_activate_vmcb()
393 u32 max_id = x2avic_enabled ? x2avic_max_physical_id : AVIC_MAX_PHYSICAL_ID; in avic_init_backing_page()
1291 x2avic_enabled = boot_cpu_has(X86_FEATURE_X2AVIC); in avic_hardware_setup()
1292 if (x2avic_enabled) { in avic_hardware_setup()