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

/freebsd-12-stable/sys/mips/include/
H A Dintr.h62 #define NHARD_IRQS 6 macro
64 #define NREAL_IRQS (NHARD_IRQS + NSOFT_IRQS)
H A Dintr_machdep.h40 #define NHARD_IRQS 6 macro
/freebsd-12-stable/sys/mips/mips/
H A Dintr_machdep.c53 static struct intr_event *hardintr_events[NHARD_IRQS];
55 static mips_intrcnt_t mips_intr_counters[NSOFT_IRQS + NHARD_IRQS];
133 for (i = 0; i < NHARD_IRQS; i++) {
163 if (irq < 0 || irq >= NHARD_IRQS)
H A Dmips_pic.c694 if (irq < 0 || irq >= NHARD_IRQS)
/freebsd-12-stable/sys/mips/sibyte/
H A Dsb_zbbus.c57 static uint64_t hardint_to_intsrc_mask[NHARD_IRQS];
61 int hardint; /* cpu interrupt from 0 to NHARD_IRQS - 1 */
102 KASSERT(intrnum >= 0 && intrnum < NHARD_IRQS,
129 KASSERT(intrnum >= 0 && intrnum < NHARD_IRQS,
/freebsd-12-stable/sys/mips/broadcom/
H A Dbcm_mips.c165 if (irq >= NHARD_IRQS)

Completed in 68 milliseconds