Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/io/
H A Dxenbus_comms.c180 ec_notify_via_evtchn(xen_info->store_evtchn); in xb_write()
236 ec_notify_via_evtchn(xen_info->store_evtchn); in xb_read()
246 ec_unbind_evtchn(xen_info->store_evtchn); in xb_suspend()
256 ec_bind_evtchn_to_handler(xen_info->store_evtchn, IPL_XENBUS, in xb_setup_intr()
259 xenbus_irq = ec_bind_evtchn_to_irq(xen_info->store_evtchn); in xb_setup_intr()
290 (int *)&xen_info->store_evtchn); in xb_init()
303 ASSERT(xen_info->store_evtchn); in xb_init()
H A Dxenbus_dev.c666 *rvalp = xen_info->store_evtchn; in xenbusdrv_ioctl()
/titanic_44/usr/src/uts/i86pc/os/
H A Dxpv_platform.c184 xen_info->store_evtchn = (mfn_t)val; in xen_hvm_init()
/titanic_44/usr/src/uts/common/xen/public/
H A Dxen.h556 uint32_t store_evtchn; /* Event channel for store communication. */ member