XenevaOS
Loading...
Searching...
No Matches
SecPlatformInformation2.h
Go to the documentation of this file.
1
21#ifndef __SEC_PLATFORM_INFORMATION2_PPI_H__
22#define __SEC_PLATFORM_INFORMATION2_PPI_H__
23
25
26#define EFI_SEC_PLATFORM_INFORMATION2_GUID \
27 { \
28 0x9e9f374b, 0x8f16, 0x4230, {0x98, 0x24, 0x58, 0x46, 0xee, 0x76, 0x6a, 0x97 } \
29 }
30
32
40
51
66typedef
69 IN CONST EFI_PEI_SERVICES **PeiServices,
70 IN OUT UINT64 *StructureSize,
71 OUT EFI_SEC_PLATFORM_INFORMATION_RECORD2 *PlatformInformationRecord2
72);
73
82
84
85#endif
#define EFIAPI
Definition ProcessorBind.h:172
unsigned int UINT32
Definition ProcessorBind.h:102
#define CONST
Definition Base.h:327
#define IN
Definition Base.h:347
#define OUT
Definition Base.h:352
EFI_GUID gEfiSecPlatformInformation2PpiGuid
EFI_STATUS(EFIAPI * EFI_SEC_PLATFORM_INFORMATION2)(IN CONST EFI_PEI_SERVICES **PeiServices, IN OUT UINT64 *StructureSize, OUT EFI_SEC_PLATFORM_INFORMATION_RECORD2 *PlatformInformationRecord2)
Definition SecPlatformInformation2.h:68
RETURN_STATUS EFI_STATUS
Definition UefiBaseType.h:33
COMPILER_DEPENDENT_UINT64 UINT64
Definition actypes.h:239
Definition SecPlatformInformation2.h:36
UINT32 CpuLocation
Definition SecPlatformInformation2.h:37
EFI_SEC_PLATFORM_INFORMATION_RECORD InfoRecord
Definition SecPlatformInformation2.h:38
Definition SecPlatformInformation2.h:44
UINT32 NumberOfCpus
Definition SecPlatformInformation2.h:48
Definition Base.h:281
Definition PiPeiCis.h:889
Definition SecPlatformInformation2.h:79
EFI_SEC_PLATFORM_INFORMATION2 PlatformInformation2
Definition SecPlatformInformation2.h:80
Definition SecPlatformInformation.h:141