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

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/PlatformSecLibNull/
PlatformSecLibNull.c 17 #include <Ppi/SecPlatformInformation.h>
58 SecPlatformInformation (
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/
SecPlatformInformation.c 2 Sample to provide SecPlatformInformation function.
17 #include <Ppi/SecPlatformInformation.h>
36 SecPlatformInformation (
49 DEBUG ((DEBUG_INFO, "SecPlatformInformation\n"));
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
SecPlatformInformation.c 2 Sample to provide SecPlatformInformation function.
17 #include <Ppi/SecPlatformInformation.h>
36 SecPlatformInformation (
49 DEBUG ((DEBUG_INFO, "SecPlatformInformation\n"));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
SecPlatformInformation.c 16 #include <Ppi/SecPlatformInformation.h>
35 SecPlatformInformation (
48 DEBUG ((DEBUG_INFO, "SecPlatformInformation\n"));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/
PlatformSecLib.c 19 #include <Ppi/SecPlatformInformation.h>
148 SecPlatformInformation (
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.c 535 EFI_SEC_PLATFORM_INFORMATION_RECORD *SecPlatformInformation;
545 SecPlatformInformation = NULL;
564 SecPlatformInformation = GET_GUID_HOB_DATA (GuidHob);
571 BspCpuInstance.InfoRecord.IA32HealthFlags.Uint32 = SecPlatformInformation->IA32HealthFlags.Uint32;
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuBist.c 169 EFI_SEC_PLATFORM_INFORMATION_RECORD *SecPlatformInformation;
196 SecPlatformInformation = NULL;
223 (VOID *) &SecPlatformInformation,
233 BspCpuInstance.InfoRecord.IA32HealthFlags.Uint32 = SecPlatformInformation->IA32HealthFlags.Uint32;

Completed in 286 milliseconds