store_evtchn      759 drivers/xen/xenbus/xenbus_probe.c 		xen_store_evtchn = xen_start_info->store_evtchn;
store_evtchn      785 drivers/xen/xenbus/xenbus_probe.c 	if (xen_pv_domain() && !xen_start_info->store_evtchn)
store_evtchn      787 drivers/xen/xenbus/xenbus_probe.c 	if (xen_pv_domain() && xen_start_info->store_evtchn)
store_evtchn      798 drivers/xen/xenbus/xenbus_probe.c 		xen_store_evtchn = xen_start_info->store_evtchn;
store_evtchn      642 include/xen/interface/xen.h 	uint32_t store_evtchn;      /* Event channel for store communication. */