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

  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
EventChannel.h 41 Allocate a port that can be bind from domain DomainId.
44 @param DomainId The domain ID that can bind the newly allocated port.
54 IN domid_t DomainId,
GrantTable.h 44 Grant access to the page Frame to the domain DomainId.
47 @param DomainId ID of the domain to grant acces to.
56 IN domid_t DomainId,
EventChannel.c 40 IN domid_t DomainId,
48 Parameter.remote_dom = DomainId;
GrantTable.c 94 IN domid_t DomainId,
105 GrantTable[Ref].domid = DomainId;
203 IN domid_t DomainId,
209 *RefPtr = XenGrantTableGrantAccess (DomainId, Frame, ReadOnly);
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.h 51 domid_t DomainId;
BlockFront.c 210 Dev->DomainId = (domid_t)Value;
211 XenBusIo->EventChannelAllocate (XenBusIo, Dev->DomainId, &Dev->EventChannel);
217 Dev->DomainId,
480 XenBusIo->GrantAccess (XenBusIo, Dev->DomainId,
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/
XenBus.h 221 Grant access to the page Frame to the domain DomainId.
224 @param DomainId ID of the domain to grant acces to.
233 IN domid_t DomainId,
254 Allocate a port that can be bind from domain DomainId.
257 @param DomainId The domain ID that can bind the newly allocated port.
267 IN domid_t DomainId,

Completed in 247 milliseconds