Searched defs:DescriptorsSize (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/Common/
H A DCapsuleCoalesce.c969 UINTN DescriptorsSize; local
1068 DescriptorsSize = NumDescriptors * sizeof (EFI_CAPSULE_BLOCK_DESCRIPTOR);
1072 if (DescriptorsSize >= (MAX_ADDRESS - CapsuleSize)) {
1073 DEBUG ((EFI_D_ERROR, "ERROR: DescriptorsSize - 0x%lx, CapsuleSize - 0x%lx\n", (UINT64)DescriptorsSize, (UINT64)CapsuleSize));
1092 if (*MemorySize <= (CapsuleSize + DescriptorsSize)) {
1093 DEBUG ((EFI_D_ERROR, "ERROR: CapsuleSize + DescriptorsSize - 0x%x\n", CapsuleSize + DescriptorsSize));
1118 FreeMemBase = (UINT8 *) BlockList + DescriptorsSize;

Completed in 42 milliseconds