Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c383 IN OUT EFI_GCD_MAP_ENTRY **TopEntry, in CoreAllocateGcdMapEntry() argument
387 *TopEntry = AllocateZeroPool (sizeof (EFI_GCD_MAP_ENTRY)); in CoreAllocateGcdMapEntry()
388 if (*TopEntry == NULL) { in CoreAllocateGcdMapEntry()
394 CoreFreePool (*TopEntry); in CoreAllocateGcdMapEntry()
422 IN EFI_GCD_MAP_ENTRY *TopEntry, in CoreInsertGcdMapEntry() argument
438 ASSERT (TopEntry->Signature == 0); in CoreInsertGcdMapEntry()
440 CopyMem (TopEntry, Entry, sizeof (EFI_GCD_MAP_ENTRY)); in CoreInsertGcdMapEntry()
441 TopEntry->BaseAddress = BaseAddress + Length; in CoreInsertGcdMapEntry()
443 InsertHeadList (Link, &TopEntry->Link); in CoreInsertGcdMapEntry()
537 IN EFI_GCD_MAP_ENTRY *TopEntry, in CoreCleanupGcdMapEntry() argument
[all …]