Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_comms.c177 ec_notify_via_evtchn(xen_info->store_evtchn); in xb_write()
233 ec_notify_via_evtchn(xen_info->store_evtchn); in xb_read()
243 ec_unbind_evtchn(xen_info->store_evtchn); in xb_suspend()
253 ec_bind_evtchn_to_handler(xen_info->store_evtchn, IPL_XENBUS, in xb_setup_intr()
256 xenbus_irq = ec_bind_evtchn_to_irq(xen_info->store_evtchn); in xb_setup_intr()
287 (int *)&xen_info->store_evtchn); in xb_init()
300 ASSERT(xen_info->store_evtchn); in xb_init()
H A Dxenbus_dev.c666 *rvalp = xen_info->store_evtchn; in xenbusdrv_ioctl()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dxpv_platform.c184 xen_info->store_evtchn = (mfn_t)val; in xen_hvm_init()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h556 uint32_t store_evtchn; /* Event channel for store communication. */ member