Searched refs:PEI_ASSERT (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/ |
D | PeiDebug.h | 64 #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/ |
D | PeiLib.c | 294 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() 537 …PEI_ASSERT (PeiServices, ((EFI_FIRMWARE_VOLUME_HEADER*)((UINTN)BaseAddress))->Signature == EFI_FVH… in BuildFvHob() 585 …PEI_ASSERT (PeiServices, ((EFI_FIRMWARE_VOLUME_HEADER*)((UINTN)BaseAddress))->Signature == EFI_FVH… in BuildFvHob2()
|
D | PeCoffLoader.c | 140 PEI_ASSERT (PeiServices, (NULL != ThisPpi)); in InstallEfiPeiPeCoffLoader() 143 PEI_ASSERT (PeiServices, (NULL != mPeCoffLoaderWinNtLoadAsDll)); in InstallEfiPeiPeCoffLoader()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
D | Dimm.c | 124 PEI_ASSERT (PeiServices, (Dimm < This->DimmSockets)); in GetDimmState()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/ |
D | Hob.c | 273 …PEI_ASSERT ((CONST EFI_PEI_SERVICES **) PeiServices, ((EFI_FIRMWARE_VOLUME_HEADER*)((UINTN)BaseAdd… in PeiBuildHobFv()
|