Searched refs:store_evtchn (Results 1 – 4 of 4) sorted by relevance
180 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()
666 *rvalp = xen_info->store_evtchn; in xenbusdrv_ioctl()
184 xen_info->store_evtchn = (mfn_t)val; in xen_hvm_init()
556 uint32_t store_evtchn; /* Event channel for store communication. */ member