Searched refs:EVTCHN_2L_NR_CHANNELS (Results 1 – 2 of 2) sorted by relevance
41 #define EVTCHN_MASK_SIZE (EVTCHN_2L_NR_CHANNELS/BITS_PER_EVTCHN_WORD)47 return EVTCHN_2L_NR_CHANNELS; in evtchn_2l_max_channels()313 for (i = (EVTCHN_2L_NR_CHANNELS/BITS_PER_EVTCHN_WORD)-1; i >= 0; i--) in xen_debug_interrupt()329 for (i = 0; i < EVTCHN_2L_NR_CHANNELS; i++) { in xen_debug_interrupt()355 EVTCHN_2L_NR_CHANNELS/BITS_PER_EVTCHN_WORD); in evtchn_2l_resume()
248 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64) macro