Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/mips/include/
HDintr.h60 #define NHARD_IRQS 6 macro
62 #define NREAL_IRQS (NHARD_IRQS + NSOFT_IRQS)
HDintr_machdep.h38 #define NHARD_IRQS 6 macro
/freebsd-13-stable/sys/mips/mips/
HDintr_machdep.c64 static struct intr_event *hardintr_events[NHARD_IRQS];
66 static mips_intrcnt_t mips_intr_counters[NSOFT_IRQS + NHARD_IRQS];
153 for (i = 0; i < NHARD_IRQS; i++) { in cpu_init_interrupts()
183 if (irq < 0 || irq >= NHARD_IRQS) in cpu_establish_hardintr()
HDmips_pic.c691 if (irq < 0 || irq >= NHARD_IRQS) in cpu_establish_hardintr()
/freebsd-13-stable/sys/mips/broadcom/
HDbcm_mips.c162 if (irq >= NHARD_IRQS) in bcm_mips_init_cpuirq()