Searched refs:NHARD_IRQS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/mips/include/
H A Dintr_machdep.h37 #define NHARD_IRQS 6 macro
/freebsd-11.0-release/sys/mips/mips/
H A Dintr_machdep.c51 static struct intr_event *hardintr_events[NHARD_IRQS];
53 static mips_intrcnt_t mips_intr_counters[NSOFT_IRQS + NHARD_IRQS];
131 for (i = 0; i < NHARD_IRQS; i++) {
161 if (irq < 0 || irq >= NHARD_IRQS)
H A Dmips_pic.c68 #define NHARD_IRQS 6 macro
70 #define NREAL_IRQS (NHARD_IRQS + NSOFT_IRQS)
395 if (irq < 0 || irq >= NHARD_IRQS)
/freebsd-11.0-release/sys/mips/sibyte/
H A Dsb_zbbus.c55 static uint64_t hardint_to_intsrc_mask[NHARD_IRQS];
59 int hardint; /* cpu interrupt from 0 to NHARD_IRQS - 1 */
100 KASSERT(intrnum >= 0 && intrnum < NHARD_IRQS,
127 KASSERT(intrnum >= 0 && intrnum < NHARD_IRQS,

Completed in 174 milliseconds