Searched defs:evtchn_to_irq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c183 static short evtchn_to_irq[NR_EVENT_CHANNELS]; variable
330 ASSERT(evtchn_to_irq[evtchn] != INVALID_IRQ);
351 ASSERT(evtchn_to_irq[evtchn] != INVALID_IRQ);
384 evtchn_to_irq[evtchn] = irq;
468 evtchn_to_irq[*evtchnp] = INVALID_IRQ;
543 evtchn_to_irq[evtchn] = irq;
682 ASSERT(evtchn_to_irq[evtchn] == INVALID_IRQ);
687 return (evtchn_to_irq[evtchn]);
703 ASSERT(evtchn_to_irq[evtchn] == INVALID_IRQ);
729 ASSERT(evtchn_to_irq[evtch
[all...]

Completed in 57 milliseconds