Lines Matching full:avic
135 * the AVIC hardware would generate GP fault. Therefore, always
228 * enable / disable AVIC. Because the defaults differ for APICv
231 static bool avic; variable
232 module_param(avic, bool, 0444);
1639 * The following fields are ignored when AVIC is enabled in svm_set_vintr()
3244 * If not running nested, for AVIC, the only reason to end up here is ExtINTs. in interrupt_window_interception()
3245 * In this case AVIC was temporarily disabled for in interrupt_window_interception()
3248 * If running nested, still remove the VM wide AVIC inhibit to in interrupt_window_interception()
3253 * AVIC still inhibited due to per-cpu AVIC inhibition. in interrupt_window_interception()
3733 * will automatically process AVIC interrupts at the next VMRUN. in svm_complete_interrupt_delivery()
3905 * IRQ window is not needed when AVIC is enabled, in svm_enable_irq_window()
3907 * via AVIC. In such case, KVM needs to temporarily disable AVIC, in svm_enable_irq_window()
3910 * If running nested, AVIC is already locally inhibited in svm_enable_irq_window()
3912 * the VM wide AVIC inhibition. in svm_enable_irq_window()
4884 * theoretically reachable, e.g. via unaccelerated fault-like AVIC in svm_check_emulate_instruction()
5416 enable_apicv = avic = avic && avic_hardware_setup(); in svm_hardware_setup()