HomeSort by: relevance | last modified time | path
    Searched refs:NR_EVENT_CHANNELS (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/xen/include/
intr.h 67 extern short irq2port[NR_EVENT_CHANNELS]; /* actually port + 1, so that 0 is invalid */
  /src/sys/arch/xen/xen/
evtchn.c 92 #define NR_PIRQS NR_EVENT_CHANNELS
101 struct evtsource *evtsource[NR_EVENT_CHANNELS];
104 static uint8_t evtch_bindcount[NR_EVENT_CHANNELS];
120 static int evtch_to_pirq_eoi[NR_EVENT_CHANNELS];
252 for (i = 0; i < NR_EVENT_CHANNELS; i++)
257 for (i = 0; i < NR_EVENT_CHANNELS; i++) {
326 KASSERTMSG(evtch < NR_EVENT_CHANNELS,
327 "evtch number %d > NR_EVENT_CHANNELS", evtch);
432 KASSERT(evtchn < NR_EVENT_CHANNELS);
443 KASSERT(evtchn < NR_EVENT_CHANNELS);
    [all...]
xenevt.c 139 static struct xenevt_d *devevent[NR_EVENT_CHANNELS];
151 long xenevt_ev2[NR_EVENT_CHANNELS];
396 for (i = 0; i < NR_EVENT_CHANNELS; i++ ) {
517 if (nentries >= NR_EVENT_CHANNELS)
525 if (chans[i] < NR_EVENT_CHANNELS &&
608 if (unbind->port >= NR_EVENT_CHANNELS)
629 if (notify->port >= NR_EVENT_CHANNELS)
  /src/sys/arch/x86/include/
intr.h 99 u_long ipl_evt_mask2[NR_EVENT_CHANNELS];
cpu.h 279 u_long ci_evtmask[NR_EVENT_CHANNELS]; /* events allowed on this CPU */
  /src/sys/arch/xen/x86/
xen_intr.c 188 KASSERTMSG(gsi < NR_EVENT_CHANNELS, "gsi %d >= NR_EVENT_CHANNELS %u",
189 gsi, (int)NR_EVENT_CHANNELS);
202 KASSERT(evtchn < NR_EVENT_CHANNELS);
385 KASSERT(port < NR_EVENT_CHANNELS);
pintr.c 153 // XXX NR_EVENT_CHANNELS is 2048, use some sparse structure?
154 short irq2port[NR_EVENT_CHANNELS] = {0}; /* actually port + 1, so that 0 is invalid */
308 KASSERT(gsi < NR_EVENT_CHANNELS);
xen_ipi.c 137 KASSERT(evtchn != -1 && evtchn < NR_EVENT_CHANNELS);
hypervisor_machdep.c 356 KASSERT(ev > 0 && ev < NR_EVENT_CHANNELS);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
xen.h 623 #define NR_EVENT_CHANNELS EVTCHN_2L_NR_CHANNELS

Completed in 18 milliseconds