Lines Matching full:avic
995 if (avic) { in svm_hardware_setup()
999 avic = false; in svm_hardware_setup()
1001 pr_info("AVIC enabled\n"); in svm_hardware_setup()
1465 /* The following fields are ignored when AVIC is enabled */ in svm_set_vintr()
2795 * For AVIC, the only reason to end up here is ExtINTs. in interrupt_window_interception()
2796 * In this case AVIC was temporarily disabled for in interrupt_window_interception()
3305 * IRQ window is not needed when AVIC is enabled, in enable_irq_window()
3307 * via AVIC. In such case, we need to temporarily disable AVIC, in enable_irq_window()
3770 * AVIC does not work with an x2APIC mode guest. If the X2APIC feature in svm_vcpu_after_set_cpuid()
3771 * is exposed to the guest, disable AVIC. in svm_vcpu_after_set_cpuid()
3778 * Currently, AVIC does not work with nested virtualization. in svm_vcpu_after_set_cpuid()
3779 * So, we disable AVIC when cpuid for SVM is set in the L1 guest. in svm_vcpu_after_set_cpuid()
4179 if (avic) { in svm_vm_init()
4185 kvm_apicv_init(kvm, avic); in svm_vm_init()