Searched refs:NSOFT_IRQS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/mips/include/
H A Dintr_machdep.h38 #define NSOFT_IRQS 2 macro
/freebsd-11.0-release/sys/mips/mips/
H A Dintr_machdep.c52 static struct intr_event *softintr_events[NSOFT_IRQS];
53 static mips_intrcnt_t mips_intr_counters[NSOFT_IRQS + NHARD_IRQS];
126 for (i = 0; i < NSOFT_IRQS; i++) {
133 mips_intr_counters[NSOFT_IRQS + i] = mips_intrcnt_create(name);
184 mips_intrcnt_setname(mips_intr_counters[NSOFT_IRQS + irq],
200 if (irq < 0 || irq > NSOFT_IRQS)
254 mips_intrcnt_inc(mips_intr_counters[NSOFT_IRQS + i]);
H A Dmips_pic.c69 #define NSOFT_IRQS 2 macro
70 #define NREAL_IRQS (NHARD_IRQS + NSOFT_IRQS)
166 if (irq < NSOFT_IRQS) {
171 tmpirq = irq - NSOFT_IRQS;
400 irq += NSOFT_IRQS;
413 if (irq < 0 || irq > NSOFT_IRQS)

Completed in 177 milliseconds