Home
last modified time | relevance | path

Searched refs:ec_dev_irq (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c301 ec_irq_add_evtchn(ec_dev_irq, port); in evtchn_bind_to_user()
328 ec_irq_rm_evtchn(ec_dev_irq, port); in evtchndrv_close_evtchn()
638 ec_dev_irq = ec_dev_alloc_irq(); in evtchndrv_attach()
640 "evtchn_driver", ec_dev_irq, NULL, NULL, NULL, dip); in evtchndrv_attach()
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Devtchn_impl.h122 extern int ec_dev_irq;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c206 int ec_dev_irq = INVALID_IRQ; variable
821 ASSERT(irq == ec_dev_irq); in ec_irq_add_evtchn()
838 ASSERT(irq == ec_dev_irq); in ec_irq_rm_evtchn()
1419 if (irq == ec_dev_irq) { in xen_callback_handler()