Home
last modified time | relevance | path

Searched refs:IRQT_EVTCHN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/sys/
H A Devtchn_impl.h78 #define IRQT_EVTCHN 4 /* Virtual device IRQ */ macro
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/
H A Dxpv_psm.c171 case IRQT_EVTCHN: in irq_type()
328 case IRQT_EVTCHN: in ec_interrupt_dump()
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/
H A Dxpv_uppc.c160 case IRQT_EVTCHN: in irq_type()
249 case IRQT_EVTCHN: in ec_interrupt_dump()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c575 ASSERT((type == IRQT_EVTCHN) || (type == IRQT_PIRQ) || in ec_unbind_irq()
578 if ((type == IRQT_EVTCHN) || (type == IRQT_PIRQ)) { in ec_unbind_irq()
684 (void) alloc_irq(IRQT_EVTCHN, 0, evtchn, -1); in ec_bind_evtchn_to_irq()
776 return (irqp->ii_type == IRQT_EVTCHN || irqp->ii_type == IRQT_PIRQ); in ec_irq_rebindable()
1075 case IRQT_EVTCHN: in ec_suspend()