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

/freebsd-10-stable/sys/amd64/include/
H A Dintr_machdep.h53 #define FIRST_MSI_INT 256 macro
58 (FIRST_MSI_INT + NUM_MSI_INTS)
64 #define NUM_IO_INTS (FIRST_MSI_INT + NUM_MSI_INTS + NUM_EVTCHN_INTS)
/freebsd-10-stable/sys/i386/include/
H A Dintr_machdep.h53 #define FIRST_MSI_INT 256 macro
58 (FIRST_MSI_INT + NUM_MSI_INTS)
70 #define NUM_IO_INTS (FIRST_MSI_INT + NUM_MSI_INTS + NUM_EVTCHN_INTS)
/freebsd-10-stable/sys/x86/x86/
H A Dmsi.c332 irq = msi_last_irq + FIRST_MSI_INT;
365 for (i = FIRST_MSI_INT; i < FIRST_MSI_INT + NUM_MSI_INTS; i++) {
384 if (i + (count - cnt) > FIRST_MSI_INT + NUM_MSI_INTS) {
547 for (i = FIRST_MSI_INT; i < FIRST_MSI_INT + NUM_MSI_INTS; i++) {
560 if (i == FIRST_MSI_INT + NUM_MSI_INTS) {
/freebsd-10-stable/sys/x86/acpica/
H A Dmadt.c291 if (apic->GlobalIrqBase >= FIRST_MSI_INT) {

Completed in 122 milliseconds