Lines Matching full:avic
1000 if (avic) { in svm_hardware_setup()
1004 avic = false; in svm_hardware_setup()
1006 pr_info("AVIC enabled\n"); in svm_hardware_setup()
1471 /* The following fields are ignored when AVIC is enabled */ in svm_set_vintr()
2813 * For AVIC, the only reason to end up here is ExtINTs. in interrupt_window_interception()
2814 * In this case AVIC was temporarily disabled for in interrupt_window_interception()
3323 * IRQ window is not needed when AVIC is enabled, in enable_irq_window()
3325 * via AVIC. In such case, we need to temporarily disable AVIC, in enable_irq_window()
3788 * AVIC does not work with an x2APIC mode guest. If the X2APIC feature in svm_vcpu_after_set_cpuid()
3789 * is exposed to the guest, disable AVIC. in svm_vcpu_after_set_cpuid()
3796 * Currently, AVIC does not work with nested virtualization. in svm_vcpu_after_set_cpuid()
3797 * So, we disable AVIC when cpuid for SVM is set in the L1 guest. in svm_vcpu_after_set_cpuid()
4199 if (avic) { in svm_vm_init()
4205 kvm_apicv_init(kvm, avic); in svm_vm_init()