Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h1987 extern bool __read_mostly enable_device_posted_irqs;
2481 return enable_device_posted_irqs; in kvm_arch_has_irq_bypass()
/linux/arch/x86/kvm/
H A Dx86.c237 bool __read_mostly enable_device_posted_irqs = true; variable
238 EXPORT_SYMBOL_FOR_KVM_INTERNAL(enable_device_posted_irqs);
10092 enable_device_posted_irqs &= enable_apicv && in kvm_x86_vendor_init()
/linux/arch/x86/kvm/svm/
H A Dsvm.c161 module_param(enable_device_posted_irqs, bool, 0444);
/linux/arch/x86/kvm/vmx/
H A Dvmx.c119 module_param(enable_device_posted_irqs, bool, 0444);