Home
last modified time | relevance | path

Searched refs:PEI_ASSERT (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/
DPeiDebug.h64 #define PEI_ASSERT(PeiST, assertion) if(!(assertion)) \ macro
85 #define PEI_ASSERT(PeiST, a) macro
94 #define ASSERT_PEI_ERROR(PeiST, status) PEI_ASSERT(PeiST, !EFI_ERROR(status))
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DPeiLib.c294 PEI_ASSERT(PeiServices, (((UINTN)Buffer & (sizeof (Guid->Data1) - 1)) == 0)); in ScanGuid()
295 PEI_ASSERT(PeiServices, (Length <= (EFI_MAX_ADDRESS - (UINTN)Buffer + 1))); in ScanGuid()
296 PEI_ASSERT(PeiServices, ((Length & (sizeof (*GuidPtr) - 1)) == 0)); in ScanGuid()
348 PEI_ASSERT(GetPeiServicesTablePointer() , (Length <= EFI_MAX_ADDRESS - (UINTN)Address + 1)); in InvalidateInstructionCacheRange()
537PEI_ASSERT (PeiServices, ((EFI_FIRMWARE_VOLUME_HEADER*)((UINTN)BaseAddress))->Signature == EFI_FVH… in BuildFvHob()
585PEI_ASSERT (PeiServices, ((EFI_FIRMWARE_VOLUME_HEADER*)((UINTN)BaseAddress))->Signature == EFI_FVH… in BuildFvHob2()
DPeCoffLoader.c140 PEI_ASSERT (PeiServices, (NULL != ThisPpi)); in InstallEfiPeiPeCoffLoader()
143 PEI_ASSERT (PeiServices, (NULL != mPeCoffLoaderWinNtLoadAsDll)); in InstallEfiPeiPeCoffLoader()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DDimm.c124 PEI_ASSERT (PeiServices, (Dimm < This->DimmSockets)); in GetDimmState()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/
DHob.c273PEI_ASSERT ((CONST EFI_PEI_SERVICES **) PeiServices, ((EFI_FIRMWARE_VOLUME_HEADER*)((UINTN)BaseAdd… in PeiBuildHobFv()