Searched refs:NR_PIRQS (Results 1 – 4 of 4) sorted by relevance
103 #define NR_PIRQS 256 /* Number of supported physical irqs */ macro104 #define DYNIRQ_BASE (PIRQ_BASE + NR_PIRQS) /* base of dynamic irq range */106 #define NR_IRQS (NR_PIRQS + NR_DYNIRQS) /* total irq count */
260 if (irqno >= PIRQ_BASE && irqno < NR_PIRQS && in xen_uppc_addspl()289 if (irqno >= PIRQ_BASE && irqno < NR_PIRQS && in xen_uppc_delspl()
325 if (irqno >= PIRQ_BASE && irqno < NR_PIRQS && in xen_psm_addspl()377 if (irqno >= PIRQ_BASE && irqno < NR_PIRQS && in xen_psm_delspl()712 ispec->intrspec_vec < NR_PIRQS && in xen_intr_ops()
203 static unsigned long pirq_needs_eoi[NR_PIRQS / (sizeof (unsigned long) * NBBY)];1209 for (i = PIRQ_BASE; i < NR_PIRQS; i++) { in ec_init()