Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe.c728 xen_store_evtchn = xen_start_info->store_evtchn = in xenstored_local_init()
754 xen_store_evtchn = xen_start_info->store_evtchn; in xenbus_resume_cb()
780 if (xen_pv_domain() && !xen_start_info->store_evtchn) in xenbus_init()
782 if (xen_pv_domain() && xen_start_info->store_evtchn) in xenbus_init()
793 xen_store_evtchn = xen_start_info->store_evtchn; in xenbus_init()
/linux-4.1.27/include/xen/interface/
Dxen.h620 uint32_t store_evtchn; /* Event channel for store communication. */ member