Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/ResetSystemLib/
DResetSystemLib.c38 UINTN MapKey; in ShutdownEfi() local
49 &MapKey, in ShutdownEfi()
64 &MapKey, in ShutdownEfi()
70 Status = gBS->ExitBootServices (gImageHandle, MapKey); in ShutdownEfi()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/ResetSystemLib/
DResetSystemLib.c38 UINTN MapKey; in ShutdownEfi() local
49 &MapKey, in ShutdownEfi()
64 &MapKey, in ShutdownEfi()
70 Status = gBS->ExitBootServices (gImageHandle, MapKey); in ShutdownEfi()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsHelper.c25 UINTN MapKey; in ShutdownUefiBootServices() local
38 &MapKey, in ShutdownUefiBootServices()
53 &MapKey, in ShutdownUefiBootServices()
61 Status = gBS->ExitBootServices (gImageHandle, MapKey); in ShutdownUefiBootServices()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PropertiesTableAttributesDxe/
DPropertiesTableAttributesDxe.c123 UINTN MapKey; in UpdateMemoryAttributesDefault() local
149 &MapKey, in UpdateMemoryAttributesDefault()
160 &MapKey, in UpdateMemoryAttributesDefault()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/
DFvb.c68 UINTN MapKey; in IsMemoryRuntime() local
86 &MapKey, in IsMemoryRuntime()
108 &MapKey, in IsMemoryRuntime()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
DFvb.c68 UINTN MapKey; in IsMemoryRuntime() local
86 &MapKey, in IsMemoryRuntime()
108 &MapKey, in IsMemoryRuntime()
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DCommand.c327 UINTN MapKey; in EblExitCmd() local
346 &MapKey, in EblExitCmd()
361 &MapKey, in EblExitCmd()
367 Status = gBS->ExitBootServices (gImageHandle, MapKey); in EblExitCmd()
DEfiDevice.c566 UINTN MapKey; in EblMemMapCmd() local
582 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion); in EblMemMapCmd()
589 … Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion); in EblMemMapCmd()
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderFdt.c168 UINTN MapKey; in PrepareFdt() local
282 …Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersio… in PrepareFdt()
292 …Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersio… in PrepareFdt()
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
DLinux.c255 UINTN MapKey; in SetupLinuxMemmap() local
275 &MapKey, in SetupLinuxMemmap()
297 &MapKey, in SetupLinuxMemmap()
393 gBS->ExitBootServices (gImageHandle, MapKey); in SetupLinuxMemmap()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DMemMap.c69 UINTN MapKey; in ShellCommandRunMemMap() local
151 Status = gBS->GetMemoryMap(&Size, Buffer, &MapKey, &ItemSize, &Version); in ShellCommandRunMemMap()
155 Status = gBS->GetMemoryMap(&Size, Buffer, &MapKey, &ItemSize, &Version); in ShellCommandRunMemMap()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPage.c1534 OUT UINTN *MapKey, in CoreGetMemoryMap() argument
1764 if (MapKey != NULL) { in CoreGetMemoryMap()
1765 *MapKey = mMemoryMapKey; in CoreGetMemoryMap()
1847 IN UINTN MapKey in CoreTerminateMemoryMap() argument
1858 if (MapKey == mMemoryMapKey) { in CoreTerminateMemoryMap()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DDxeMain.c725 IN UINTN MapKey in CoreExitBootServices() argument
738 Status = CoreTerminateMemoryMap (MapKey); in CoreExitBootServices()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h540 IN CONST CHAR16 *MapKey
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h549 IN UINTN MapKey
566 IN UINTN MapKey
1370 OUT UINTN *MapKey,
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
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/MdePkg/Include/Uefi/
DUefiSpec.h214 OUT UINTN *MapKey,
959 IN UINTN MapKey
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiApi.h72 OUT UINTN *MapKey,
391 IN UINTN MapKey
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c726 OUT UINTN *MapKey, in CoreGetMemoryMapPropertiesTable() argument
739 return CoreGetMemoryMap (MemoryMapSize, MemoryMap, MapKey, DescriptorSize, DescriptorVersion); in CoreGetMemoryMapPropertiesTable()
751 Status = CoreGetMemoryMap (MemoryMapSize, MemoryMap, MapKey, DescriptorSize, DescriptorVersion); in CoreGetMemoryMapPropertiesTable()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c1550 IN CONST CHAR16 *MapKey in ShellCommandFindMapItem() argument
1559 if (gUnicodeCollation->StriColl(gUnicodeCollation,MapListItem->MapName,(CHAR16*)MapKey) == 0) { in ShellCommandFindMapItem()