Searched refs:MapKey (Results 1 - 20 of 20) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/ResetSystemLib/
H A DResetSystemLib.c38 UINTN MapKey; local
49 &MapKey,
64 &MapKey,
70 Status = gBS->ExitBootServices (gImageHandle, MapKey);
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/ResetSystemLib/
H A DResetSystemLib.c38 UINTN MapKey; local
49 &MapKey,
64 &MapKey,
70 Status = gBS->ExitBootServices (gImageHandle, MapKey);
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
H A DBdsHelper.c25 UINTN MapKey; local
38 &MapKey,
53 &MapKey,
61 Status = gBS->ExitBootServices (gImageHandle, MapKey);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PropertiesTableAttributesDxe/
H A DPropertiesTableAttributesDxe.c123 UINTN MapKey; local
149 &MapKey,
160 &MapKey,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
H A DFvb.c68 UINTN MapKey; local
86 &MapKey,
108 &MapKey,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/
H A DFvb.c68 UINTN MapKey; local
86 &MapKey,
108 &MapKey,
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
H A DLinuxLoaderFdt.c168 UINTN MapKey; local
282 Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersion);
292 Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersion);
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
H A DCommand.c327 UINTN MapKey; local
346 &MapKey,
361 &MapKey,
367 Status = gBS->ExitBootServices (gImageHandle, MapKey);
H A DEfiDevice.c566 UINTN MapKey; local
582 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion);
589 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion);
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
H A DLinux.c255 UINTN MapKey; local
275 &MapKey,
297 &MapKey,
393 gBS->ExitBootServices (gImageHandle, MapKey);
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c1512 @param MapKey A pointer to the location in which firmware
1534 OUT UINTN *MapKey,
1764 if (MapKey != NULL) {
1765 *MapKey = mMemoryMapKey;
1838 @param MapKey Memory map key
1847 IN UINTN MapKey
1858 if (MapKey == mMemoryMapKey) {
1531 CoreGetMemoryMap( IN OUT UINTN *MemoryMapSize, IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap, OUT UINTN *MapKey, OUT UINTN *DescriptorSize, OUT UINT32 *DescriptorVersion ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMemMap.c69 UINTN MapKey; local
151 Status = gBS->GetMemoryMap(&Size, Buffer, &MapKey, &ItemSize, &Version);
155 Status = gBS->GetMemoryMap(&Size, Buffer, &MapKey, &ItemSize, &Version);
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c715 @param MapKey Key to the latest memory map.
718 @retval EFI_INVALID_PARAMETER MapKey is incorrect.
725 IN UINTN MapKey
736 // Terminate memory services if the MapKey matches
738 Status = CoreTerminateMemoryMap (MapKey);
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
H A DShellCommandLib.h531 list based on the MapKey.
533 @param[in] MapKey The pointer to the string key to search for in the map.
540 IN CONST CHAR16 *MapKey
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
H A DEfiApi.h72 OUT UINTN *MapKey,
391 IN UINTN MapKey
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
H A DUefiSpec.h194 @param[out] MapKey A pointer to the location in which firmware returns the key for the
214 OUT UINTN *MapKey,
949 @param[in] MapKey Key to the latest memory map.
952 @retval EFI_INVALID_PARAMETER MapKey is incorrect.
959 IN UINTN MapKey
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
H A DBdsPlatform.c95 UINTN MapKey, DescriptorSize;
103 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion);
108 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion);
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
H A DDxeMain.h539 @param MapKey Key to the latest memory map.
542 @retval EFI_INVALID_PARAMETER MapKey is incorrect.
549 IN UINTN MapKey
557 @param MapKey Memory map key
566 IN UINTN MapKey
1348 @param MapKey A pointer to the location in which firmware
1370 OUT UINTN *MapKey,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
H A DPropertiesTable.c703 @param MapKey A pointer to the location in which firmware
726 OUT UINTN *MapKey,
739 return CoreGetMemoryMap (MemoryMapSize, MemoryMap, MapKey, DescriptorSize, DescriptorVersion);
751 Status = CoreGetMemoryMap (MemoryMapSize, MemoryMap, MapKey, DescriptorSize, DescriptorVersion);
723 CoreGetMemoryMapPropertiesTable( IN OUT UINTN *MemoryMapSize, IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap, OUT UINTN *MapKey, OUT UINTN *DescriptorSize, OUT UINT32 *DescriptorVersion ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c1543 @param[in] MapKey String Key to search for on the map
1550 IN CONST CHAR16 *MapKey
1559 if (gUnicodeCollation->StriColl(gUnicodeCollation,MapListItem->MapName,(CHAR16*)MapKey) == 0) {

Completed in 152 milliseconds