/external/icu/icu4c/source/common/ |
umapfile.cpp | 42 typedef HANDLE MemoryMap; 46 typedef size_t MemoryMap; 74 typedef void *MemoryMap;
|
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
Support.c | 226 // Update MemoryMap according to Ceiling
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/ |
MrcWrapper.h | 190 IN OUT PEI_DUAL_CHANNEL_DDR_MEMORY_MAP_RANGE *MemoryMap,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
PiSmmCore.h | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
UefiSpec.h | 186 @param[in, out] MemoryMapSize A pointer to the size, in bytes, of the MemoryMap buffer.
191 @param[in, out] MemoryMap A pointer to the buffer in which firmware places the current memory
200 @retval EFI_SUCCESS The memory map was returned in the MemoryMap buffer.
201 @retval EFI_BUFFER_TOO_SMALL The MemoryMap buffer was too small. The current buffer size
204 2) The MemoryMap buffer is not too small and MemoryMap is
212 IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
[all...] |
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
UefiSpec.h | 143 @param MemoryMapSize A pointer to the size, in bytes, of the MemoryMap buffer. 148 @param MemoryMap A pointer to the buffer in which firmware places the current memory 157 @retval EFI_SUCCESS The memory map was returned in the MemoryMap buffer. 158 @retval EFI_BUFFER_TOO_SMALL The MemoryMap buffer was too small. The current buffer size 161 2) The MemoryMap buffer is not too small and MemoryMap is 169 IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap, [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
start.asm | 337 lea edi,MemoryMap
349 lea eax,MemoryMap
[all...] |
start16.asm | 330 lea edi,MemoryMap
342 lea eax,MemoryMap
[all...] |
start32.asm | 345 lea edi,MemoryMap
357 lea eax,MemoryMap
[all...] |
st16_64.S | 347 leal MemoryMap, %edi
359 leal MemoryMap, %eax
[all...] |
st16_64.asm | 342 lea edi,MemoryMap
354 lea eax,MemoryMap
[all...] |
st32_64.S | 362 leal MemoryMap, %edi
374 leal MemoryMap, %eax
[all...] |
st32_64.asm | 358 lea edi,MemoryMap
370 lea eax,MemoryMap
[all...] |
start.S | 341 leal MemoryMap, %edi
353 leal MemoryMap, %eax
[all...] |
start16.S | 335 leal MemoryMap, %edi
347 leal MemoryMap, %eax
[all...] |
start32.S | 350 leal MemoryMap, %edi
362 leal MemoryMap, %eax
[all...] |
start64.S | 354 leal MemoryMap, %edi
366 leal MemoryMap, %eax
[all...] |
start64.asm | 349 lea edi,MemoryMap
361 lea eax,MemoryMap
[all...] |
/external/syslinux/efi32/include/efi/ |
efiapi.h | 60 IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
|
/external/syslinux/efi64/include/efi/ |
efiapi.h | 60 IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efiapi.h | 60 IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/ |
MemorySubClass.c | 702 DEBUG((EFI_D_ERROR, "Could not get MemoryMap Guid hob. %r\n"));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
DxeMain.h | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiApi.h | 71 IN OUT EFI_MEMORY_DESCRIPTOR * MemoryMap,
[all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
BdsFilePath.c | 406 /*// If the remaining Device Path is a FilePath or MemoryMap then we consider the Device Path has been loaded correctly
[all...] |