HomeSort by relevance Sort by last modified time
    Searched refs:EventChannel (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenBusDxe.inf 39 EventChannel.c
40 EventChannel.h
XenStore.c 63 #include "EventChannel.h"
164 evtchn_port_t EventChannel;
517 XenEventChannelNotify (xs.Dev, xs.EventChannel);
601 XenEventChannelNotify (xs.Dev, xs.EventChannel);
997 if (TestAndClearBit (xsp->EventChannel, xsp->Dev->SharedInfo->evtchn_pending)) {
1060 xs.EventChannel = (evtchn_port_t)XenHypercallHvmGetParam (HVM_PARAM_STORE_EVTCHN);
1064 xs.XenStore, xs.EventChannel));
1140 XenEventChannelNotify (xs.Dev, xs.EventChannel);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.h 55 evtchn_port_t EventChannel;
BlockFront.c 98 if (Dev->EventChannel != 0) {
99 XenBusIo->EventChannelClose (XenBusIo, Dev->EventChannel);
211 XenBusIo->EventChannelAllocate (XenBusIo, Dev->DomainId, &Dev->EventChannel);
236 "event-channel", "%d", Dev->EventChannel);
429 /* Really no slot, could wait for an event on Dev->EventChannel. */
493 ReturnCode = XenBusIo->EventChannelNotify (XenBusIo, Dev->EventChannel);
548 ReturnCode = XenBusIo->EventChannelNotify (XenBusIo, Dev->EventChannel);

Completed in 75 milliseconds