Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DXenStore.c997 XENSTORE_PRIVATE *xsp; in NotifyEventChannelCheckForEvent() local
998 xsp = (XENSTORE_PRIVATE *)Context; in NotifyEventChannelCheckForEvent()
999 if (TestAndClearBit (xsp->EventChannel, xsp->Dev->SharedInfo->evtchn_pending)) { in NotifyEventChannelCheckForEvent()
1012 XENSTORE_PRIVATE *xsp in XenStoreInitComms() argument
1017 struct xenstore_domain_interface *XenStore = xsp->XenStore; in XenStoreInitComms()
1034 NotifyEventChannelCheckForEvent, xsp, in XenStoreInitComms()
1035 &xsp->EventChannelEvent); in XenStoreInitComms()