/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/ResetSystemLib/ |
D | ResetSystemLib.c | 38 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/ |
D | ResetSystemLib.c | 38 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/ |
D | BdsHelper.c | 25 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/ |
D | PropertiesTableAttributesDxe.c | 123 UINTN MapKey; in UpdateMemoryAttributesDefault() local 149 &MapKey, in UpdateMemoryAttributesDefault() 160 &MapKey, in UpdateMemoryAttributesDefault()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/ |
D | Fvb.c | 68 UINTN MapKey; in IsMemoryRuntime() local 86 &MapKey, in IsMemoryRuntime() 108 &MapKey, in IsMemoryRuntime()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/ |
D | Fvb.c | 68 UINTN MapKey; in IsMemoryRuntime() local 86 &MapKey, in IsMemoryRuntime() 108 &MapKey, in IsMemoryRuntime()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
D | Command.c | 327 UINTN MapKey; in EblExitCmd() local 346 &MapKey, in EblExitCmd() 361 &MapKey, in EblExitCmd() 367 Status = gBS->ExitBootServices (gImageHandle, MapKey); in EblExitCmd()
|
D | EfiDevice.c | 566 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/ |
D | LinuxLoaderFdt.c | 168 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/ |
D | Linux.c | 255 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/ |
D | MemMap.c | 69 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/ |
D | Page.c | 1534 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/ |
D | DxeMain.c | 725 IN UINTN MapKey in CoreExitBootServices() argument 738 Status = CoreTerminateMemoryMap (MapKey); in CoreExitBootServices()
|
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/ |
D | ShellCommandLib.h | 540 IN CONST CHAR16 *MapKey
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
D | DxeMain.h | 549 IN UINTN MapKey 566 IN UINTN MapKey 1370 OUT UINTN *MapKey,
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
D | BdsPlatform.c | 95 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/ |
D | UefiSpec.h | 214 OUT UINTN *MapKey, 959 IN UINTN MapKey
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiApi.h | 72 OUT UINTN *MapKey, 391 IN UINTN MapKey
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/ |
D | PropertiesTable.c | 726 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/ |
D | ConsistMapping.c | 1550 IN CONST CHAR16 *MapKey in ShellCommandFindMapItem() argument 1559 if (gUnicodeCollation->StriColl(gUnicodeCollation,MapListItem->MapName,(CHAR16*)MapKey) == 0) { in ShellCommandFindMapItem()
|