Searched refs:EVTCHN_2L_NR_CHANNELS (Results 1 – 3 of 3) sorted by relevance
23 static evtchn_handle_t event_channels[EVTCHN_2L_NR_CHANNELS];24 static bool events_missed[EVTCHN_2L_NR_CHANNELS];118 __ASSERT(port < EVTCHN_2L_NR_CHANNELS, in notify_evtchn()129 __ASSERT(port < EVTCHN_2L_NR_CHANNELS, in bind_event_channel()147 __ASSERT(port < EVTCHN_2L_NR_CHANNELS, in unbind_event_channel()160 __ASSERT(port < EVTCHN_2L_NR_CHANNELS, in get_missed_events()176 __ASSERT(port < EVTCHN_2L_NR_CHANNELS, in mask_event_channel()190 __ASSERT(port < EVTCHN_2L_NR_CHANNELS, in unmask_event_channel()275 for (i = 0; i < EVTCHN_2L_NR_CHANNELS; i++) { in xen_events_init()
214 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64) macro
224 #define NR_EVENT_CHANNELS EVTCHN_2L_NR_CHANNELS