Home
last modified time | relevance | path

Searched refs:ec_bind_evtchn_to_handler (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/i86pc/sys/
H A Dxpv_support.h56 extern void ec_bind_evtchn_to_handler(int, pri_t, ec_handler_fcn_t, void *);
/titanic_44/usr/src/uts/common/xen/io/
H A Dxenbus_comms.c256 ec_bind_evtchn_to_handler(xen_info->store_evtchn, IPL_XENBUS, in xb_setup_intr()
H A Dxnf.c809 ec_bind_evtchn_to_handler(xnfp->xnf_evtchn, IPL_VIF, xnf_intr, in xnf_attach()
927 ec_bind_evtchn_to_handler(xnfp->xnf_evtchn, IPL_VIF, xnf_intr, xnfp); in xnf_attach()
H A Dxdf.c1552 ec_bind_evtchn_to_handler(vdp->xdf_evtchn, IPL_VBD, xdf_intr, vdp); in xdf_setstate_init()
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c79 ec_bind_evtchn_to_handler(int evtchn, pri_t pri, ec_handler_fcn_t handler, in ec_bind_evtchn_to_handler() function