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

/freebsd-13-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-13-stable/sys/mips/mips/
H A Dintr_machdep.c66 static struct intr_event *hardintr_events[NHARD_IRQS];
68 static mips_intrcnt_t mips_intr_counters[NSOFT_IRQS + NHARD_IRQS];
155 for (i = 0; i < NHARD_IRQS; i++) {
185 if (irq < 0 || irq >= NHARD_IRQS)
H A Dmips_pic.c693 if (irq < 0 || irq >= NHARD_IRQS)
/freebsd-13-stable/sys/mips/broadcom/
H A Dbcm_mips.c165 if (irq >= NHARD_IRQS)

Completed in 45 milliseconds