Home
last modified time | relevance | path

Searched refs:apic_find_irq (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c52 apic_irq_t *apic_find_irq(dev_info_t *, struct intrspec *, int);
247 apic_find_irq(dev_info_t *dip, struct intrspec *ispec, int type) in apic_find_irq() function
400 if ((irqptr = apic_find_irq(dip, &ispec, type)) == NULL) { in apic_free_vectors()
834 if ((irqp = apic_find_irq(dip, ispec, hdlp->ih_type)) == NULL) in apic_intr_ops()
841 irqp = apic_find_irq(dip, ispec, hdlp->ih_type); in apic_intr_ops()
849 if ((irqp = apic_find_irq(dip, ispec, hdlp->ih_type)) == NULL) in apic_intr_ops()
863 if ((irqp = apic_find_irq(dip, ispec, hdlp->ih_type)) == NULL) in apic_intr_ops()
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_intr.c98 apic_find_irq(dev_info_t *dip, struct intrspec *ispec, int type) in apic_find_irq() function
H A Dxpv_psm.c747 if ((irqp = apic_find_irq(dip, ispec, hdlp->ih_type)) in xen_intr_ops()
H A Dmp_platform_xpv.c762 if ((airqp = apic_find_irq(dip, ispec, type)) != NULL) { in apic_introp_xlate()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h796 extern apic_irq_t *apic_find_irq(dev_info_t *dip, struct intrspec *ispec,
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c812 if ((airqp = apic_find_irq(dip, ispec, type)) != NULL) { in apic_introp_xlate()