Searched refs:NUM_EVTCHN_INTS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/i386/include/
H A Dintr_machdep.h56 #define NUM_EVTCHN_INTS NR_EVENT_CHANNELS macro
60 (FIRST_EVTCHN_INT + NUM_EVTCHN_INTS - 1)
63 #define NUM_EVTCHN_INTS NR_EVENT_CHANNELS macro
66 (FIRST_EVTCHN_INT + NUM_EVTCHN_INTS - 1)
68 #define NUM_EVTCHN_INTS 0 macro
70 #define NUM_IO_INTS (FIRST_MSI_INT + NUM_MSI_INTS + NUM_EVTCHN_INTS)
/freebsd-10-stable/sys/amd64/include/
H A Dintr_machdep.h56 #define NUM_EVTCHN_INTS NR_EVENT_CHANNELS macro
60 (FIRST_EVTCHN_INT + NUM_EVTCHN_INTS - 1)
62 #define NUM_EVTCHN_INTS 0 macro
64 #define NUM_IO_INTS (FIRST_MSI_INT + NUM_MSI_INTS + NUM_EVTCHN_INTS)

Completed in 99 milliseconds