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

/freebsd-10-stable/sys/amd64/include/
H A Dintr_machdep.h64 #define NUM_IO_INTS (FIRST_MSI_INT + NUM_MSI_INTS + NUM_EVTCHN_INTS) macro
78 #define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + (1 + 8) * MAXCPU)
80 #define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + 1)
/freebsd-10-stable/sys/i386/include/
H A Dintr_machdep.h70 #define NUM_IO_INTS (FIRST_MSI_INT + NUM_MSI_INTS + NUM_EVTCHN_INTS) macro
84 #define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + (1 + 9) * MAXCPU)
86 #define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + 1)
/freebsd-10-stable/sys/x86/x86/
H A Dio_apic.c60 #define IRQ_EXTINT (NUM_IO_INTS + 1)
61 #define IRQ_NMI (NUM_IO_INTS + 2)
62 #define IRQ_SMI (NUM_IO_INTS + 3)
63 #define IRQ_DISABLED (NUM_IO_INTS + 4)
262 if (intpin->io_irq == IRQ_DISABLED || (intpin->io_irq < NUM_IO_INTS &&
642 if (io->io_pins[pin].io_irq >= NUM_IO_INTS)
661 if (io->io_pins[pin].io_irq >= NUM_IO_INTS)
682 if (io->io_pins[pin].io_irq >= NUM_IO_INTS)
705 if (io->io_pins[pin].io_irq >= NUM_IO_INTS)
728 if (io->io_pins[pin].io_irq >= NUM_IO_INTS)
[all...]
H A Dintr_machdep.c76 static struct intsrc *interrupt_sources[NUM_IO_INTS];
443 for (i = 0; i < NUM_IO_INTS && !db_pager_quit; i++, isrc++)
535 for (i = 0; i < NUM_IO_INTS; i++) {
H A Dlocal_apic.c91 #define IRQ_TIMER (NUM_IO_INTS + 1)
92 #define IRQ_SYSCALL (NUM_IO_INTS + 2)
93 #define IRQ_DTRACE_RET (NUM_IO_INTS + 3)
94 #define IRQ_EVTCHN (NUM_IO_INTS + 4)
976 KASSERT(irq < NUM_IO_INTS, ("Invalid IRQ %u", irq));
1010 KASSERT(irqs[run] < NUM_IO_INTS, ("Invalid IRQ %u at index %u",
1104 KASSERT(irq < NUM_IO_INTS, ("Invalid IRQ %u", irq));
1189 else if (irq < NUM_IO_INTS) {
H A Dnexus.c216 irq_rman.rm_end = NUM_IO_INTS - 1;
224 for (irq = 0; irq < NUM_IO_INTS; irq++)

Completed in 121 milliseconds