Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dirq_remapping.h21 IRQ_POSTING_CAP = 0, enumerator
57 return enable_posted_msi && irq_remapping_cap(IRQ_POSTING_CAP); in posted_msi_supported()
/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c139 irq_remapping_cap(IRQ_POSTING_CAP); in vmx_can_use_vtd_pi()
257 if (!irq_remapping_cap(IRQ_POSTING_CAP)) in vmx_pi_start_assignment()
/linux/arch/x86/kvm/svm/
H A Davic.c902 !irq_remapping_cap(IRQ_POSTING_CAP)) in avic_pi_update_irte()
/linux/arch/x86/kvm/
H A Dx86.c13549 return enable_apicv && irq_remapping_cap(IRQ_POSTING_CAP); in kvm_arch_has_irq_bypass()