Home
last modified time | relevance | path

Searched refs:mp_should_keep_irq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dpci_x86.h116 extern bool mp_should_keep_irq(struct device *dev);
/openbmc/linux/arch/x86/pci/
H A Dintel_mid_pci.c291 if (!mp_should_keep_irq(&dev->dev) && dev->irq_managed && in intel_mid_pci_irq_disable()
H A Dirq.c1790 bool mp_should_keep_irq(struct device *dev) in mp_should_keep_irq() function
1804 if (io_apic_assign_pci_irqs && !mp_should_keep_irq(&dev->dev) && in pirq_disable_irq()