Searched refs:FIRST_EVTCHN_INT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/i386/include/
H A Dintr_machdep.h57 #define FIRST_EVTCHN_INT \ macro
60 (FIRST_EVTCHN_INT + NUM_EVTCHN_INTS - 1)
64 #define FIRST_EVTCHN_INT 0 macro
66 (FIRST_EVTCHN_INT + NUM_EVTCHN_INTS - 1)
/freebsd-10-stable/sys/amd64/include/
H A Dintr_machdep.h57 #define FIRST_EVTCHN_INT \ macro
60 (FIRST_EVTCHN_INT + NUM_EVTCHN_INTS - 1)
/freebsd-10-stable/sys/x86/xen/
H A Dxen_intr.c263 vector = FIRST_EVTCHN_INT + isrc_idx;
300 vector = FIRST_EVTCHN_INT + xen_intr_isrc_count;
702 vector = FIRST_EVTCHN_INT + isrc_idx;

Completed in 167 milliseconds