Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/sys/
H A Devtchn_impl.h103 #define NR_PIRQS 256 /* Number of supported physical irqs */ macro
104 #define DYNIRQ_BASE (PIRQ_BASE + NR_PIRQS) /* base of dynamic irq range */
106 #define NR_IRQS (NR_PIRQS + NR_DYNIRQS) /* total irq count */
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c261 if (irqno >= PIRQ_BASE && irqno < NR_PIRQS && in xen_uppc_addspl()
290 if (irqno >= PIRQ_BASE && irqno < NR_PIRQS && in xen_uppc_delspl()
H A Dxpv_psm.c326 if (irqno >= PIRQ_BASE && irqno < NR_PIRQS && in xen_psm_addspl()
378 if (irqno >= PIRQ_BASE && irqno < NR_PIRQS && in xen_psm_delspl()
713 ispec->intrspec_vec < NR_PIRQS && in xen_intr_ops()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c203 static unsigned long pirq_needs_eoi[NR_PIRQS / (sizeof (unsigned long) * NBBY)];
1209 for (i = PIRQ_BASE; i < NR_PIRQS; i++) { in ec_init()