HomeSort by relevance Sort by last modified time
    Searched full:mcommunicateheader (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmIpl.c 249 EFI_SMM_COMMUNICATE_HEADER mCommunicateHeader;
548 CopyGuid (&mCommunicateHeader.HeaderGuid, (EFI_GUID *)Context);
549 mCommunicateHeader.MessageLength = 1;
550 mCommunicateHeader.Data[0] = 0;
555 Size = sizeof (mCommunicateHeader);
556 SmmCommunicationCommunicate (&mSmmCommunication, &mCommunicateHeader, &Size);
585 CopyGuid (&mCommunicateHeader.HeaderGuid, (EFI_GUID *)Context);
586 mCommunicateHeader.MessageLength = 1;
587 mCommunicateHeader.Data[0] = 0;
592 Size = sizeof (mCommunicateHeader);
    [all...]

Completed in 254 milliseconds