Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_probe.c931 xen_store_evtchn = xen_start_info->store_evtchn; in xenbus_resume_cb()
972 if (xen_pv_domain() && !xen_start_info->store_evtchn) in xenbus_init()
974 if (xen_pv_domain() && xen_start_info->store_evtchn) in xenbus_init()
985 xen_store_evtchn = xen_start_info->store_evtchn; in xenbus_init()
/openbmc/linux/include/xen/interface/
H A Dxen.h627 uint32_t store_evtchn; /* Event channel for store communication. */ member
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h835 uint32_t store_evtchn; /* Event channel for store communication. */ member