Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DXenStore.c995 XENSTORE_PRIVATE *xsp; in NotifyEventChannelCheckForEvent() local
996 xsp = (XENSTORE_PRIVATE *)Context; in NotifyEventChannelCheckForEvent()
997 if (TestAndClearBit (xsp->EventChannel, xsp->Dev->SharedInfo->evtchn_pending)) { in NotifyEventChannelCheckForEvent()
1010 XENSTORE_PRIVATE *xsp in XenStoreInitComms() argument
1015 struct xenstore_domain_interface *XenStore = xsp->XenStore; in XenStoreInitComms()
1032 NotifyEventChannelCheckForEvent, xsp, in XenStoreInitComms()
1033 &xsp->EventChannelEvent); in XenStoreInitComms()