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

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/
ScriptSave.c 412 UINT32 InformationLength;
415 InformationLength = VA_ARG (Marker, UINT32);
417 return S3BootScriptSaveInformation (InformationLength, (VOID*)(UINTN)Information);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptInternalFormat.h 147 UINT32 InformationLength;
148 // UINT8 InformationData[InformationLength];
BootScriptSave.c     [all...]
BootScriptExecute.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiBootScript.h 194 UINT32 InformationLength;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/
ScriptSave.c 588 UINT32 InformationLength;
591 InformationLength = VA_ARG (Marker, UINT32);
597 InformationLength,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
S3SaveState.c 416 UINT32 InformationLength;
419 InformationLength = VA_ARG (Marker, UINT32);
421 return S3BootScriptSaveInformation (InformationLength, (VOID*)(UINTN)Information);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
SmmS3SaveState.c 415 UINT32 InformationLength;
418 InformationLength = VA_ARG (Marker, UINT32);
420 return S3BootScriptSaveInformation (InformationLength, (VOID*)(UINTN)Information);
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
S3BootScriptLib.h 353 @param[in] InformationLength Length of the data in bytes
364 IN UINT32 InformationLength,
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/
BootScriptLib.c 316 @param InformationLength Length of the data in bytes
327 IN UINT32 InformationLength,

Completed in 252 milliseconds