OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PEI_ASSERT
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/
PeiDebug.h
64
#define
PEI_ASSERT
(PeiST, assertion) if(!(assertion)) \
85
#define
PEI_ASSERT
(PeiST, a)
94
#define ASSERT_PEI_ERROR(PeiST, status)
PEI_ASSERT
(PeiST, !EFI_ERROR(status))
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeiLib.c
294
PEI_ASSERT
(PeiServices, (((UINTN)Buffer & (sizeof (Guid->Data1) - 1)) == 0));
295
PEI_ASSERT
(PeiServices, (Length <= (EFI_MAX_ADDRESS - (UINTN)Buffer + 1)));
296
PEI_ASSERT
(PeiServices, ((Length & (sizeof (*GuidPtr) - 1)) == 0));
348
PEI_ASSERT
(GetPeiServicesTablePointer() , (Length <= EFI_MAX_ADDRESS - (UINTN)Address + 1));
537
PEI_ASSERT
(PeiServices, ((EFI_FIRMWARE_VOLUME_HEADER*)((UINTN)BaseAddress))->Signature == EFI_FVH_SIGNATURE);
585
PEI_ASSERT
(PeiServices, ((EFI_FIRMWARE_VOLUME_HEADER*)((UINTN)BaseAddress))->Signature == EFI_FVH_SIGNATURE);
PeCoffLoader.c
140
PEI_ASSERT
(PeiServices, (NULL != ThisPpi));
143
PEI_ASSERT
(PeiServices, (NULL != mPeCoffLoaderWinNtLoadAsDll));
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
Dimm.c
124
PEI_ASSERT
(PeiServices, (Dimm < This->DimmSockets));
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/
Hob.c
273
PEI_ASSERT
((CONST EFI_PEI_SERVICES **) PeiServices, ((EFI_FIRMWARE_VOLUME_HEADER*)((UINTN)BaseAddress))->Signature == EFI_FVH_SIGNATURE);
Completed in 224 milliseconds