HomeSort by relevance Sort by last modified time
    Searched refs:EfiRuntimeServicesData (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 6 of EfiRuntimeServicesCode and EfiRuntimeServicesData memory types for memory
10 EfiRuntimeServicesData is used as the default memory type for all allocations.
98 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
100 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
118 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages);
123 EfiRuntimeServicesData,
133 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
135 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
153 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages);
158 EfiRuntimeServicesData,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
MemoryAllocationLib.c 6 of EfiRuntimeServicesCode and EfiRuntimeServicesData memory types for memory
10 specific instance of the Memory Allocation Library, EfiRuntimeServicesData
175 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
177 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer
195 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages);
200 EfiRuntimeServicesData,
210 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
212 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a
230 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages);
235 EfiRuntimeServicesData,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 6 of EfiRuntimeServicesCode and EfiRuntimeServicesData memory types for memory
10 specific instance of the Memory Allocation Library, EfiRuntimeServicesData
173 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
175 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer
191 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
195 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
197 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a
213 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
369 Allocates one or more 4KB pages of type EfiRuntimeServicesData at a specified alignment.
371 Allocates the number of 4KB pages specified by Pages of type EfiRuntimeServicesData
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
EfiLibAllocate.c 75 gBS->AllocatePool (EfiRuntimeServicesData, AllocationSize, &Memory);
201 gBS->AllocatePool (EfiRuntimeServicesData, AllocationSize, &Memory);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 97 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
99 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
117 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages);
122 EfiRuntimeServicesData,
325 Allocates one or more 4KB pages of type EfiRuntimeServicesData at a specified alignment.
327 Allocates the number of 4KB pages specified by Pages of type EfiRuntimeServicesData with an
351 Buffer = InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment);
356 EfiRuntimeServicesData,
503 Allocates a buffer of type EfiRuntimeServicesData.
505 Allocates the number bytes specified by AllocationSize of type EfiRuntimeServicesData and returns
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
MemoryAllocationLib.c 96 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
98 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
116 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages);
121 EfiRuntimeServicesData,
324 Allocates one or more 4KB pages of type EfiRuntimeServicesData at a specified alignment.
326 Allocates the number of 4KB pages specified by Pages of type EfiRuntimeServicesData with an
350 Buffer = InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment);
355 EfiRuntimeServicesData,
500 Allocates a buffer of type EfiRuntimeServicesData.
502 Allocates the number bytes specified by AllocationSize of type EfiRuntimeServicesData and returns
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiMultiPhase.h 54 EfiRuntimeServicesData,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 81 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
83 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
99 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
229 Allocates one or more 4KB pages of type EfiRuntimeServicesData at a specified alignment.
231 Allocates the number of 4KB pages specified by Pages of type EfiRuntimeServicesData with an
251 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment);
363 Allocates a buffer of type EfiRuntimeServicesData.
365 Allocates the number bytes specified by AllocationSize of type EfiRuntimeServicesData and returns
380 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
462 Allocates and zeros a buffer of type EfiRuntimeServicesData.
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 86 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
88 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
104 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
276 Allocates one or more 4KB pages of type EfiRuntimeServicesData at a specified alignment.
278 Allocates the number of 4KB pages specified by Pages of type EfiRuntimeServicesData with an
299 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment);
400 Allocates a buffer of type EfiRuntimeServicesData.
402 Allocates the number bytes specified by AllocationSize of type EfiRuntimeServicesData and returns
417 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
493 Allocates and zeros a buffer of type EfiRuntimeServicesData.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
MemoryAttributesTable.c 153 case EfiRuntimeServicesData:
178 case EfiRuntimeServicesData:
221 ((MemoryType == EfiRuntimeServicesCode) || (MemoryType == EfiRuntimeServicesData))) {
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 84 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
86 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
102 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
366 Allocates one or more 4KB pages of type EfiRuntimeServicesData at a specified alignment.
368 Allocates the number of 4KB pages specified by Pages of type EfiRuntimeServicesData with an
391 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment);
509 Allocates a buffer of type EfiRuntimeServicesData.
511 Allocates the number bytes specified by AllocationSize of type EfiRuntimeServicesData and returns
526 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
608 Allocates and zeros a buffer of type EfiRuntimeServicesData.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 81 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
83 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
99 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
270 Allocates one or more 4KB pages of type EfiRuntimeServicesData at a specified alignment.
272 Allocates the number of 4KB pages specified by Pages of type EfiRuntimeServicesData with an
294 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment);
407 Allocates a buffer of type EfiRuntimeServicesData.
409 Allocates the number bytes specified by AllocationSize of type EfiRuntimeServicesData and returns
424 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
500 Allocates and zeros a buffer of type EfiRuntimeServicesData.
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
MemStorage.c 63 Status = gBS->AllocatePool (EfiRuntimeServicesData, sizeof(VS_DEV), (VOID **) &Dev);
74 Status = gBS->AllocatePool (EfiRuntimeServicesData, Size, (VOID **) &VAR_DATA_PTR (Dev));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
MemoryAllocationLib.c 82 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
84 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
100 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
266 Allocates one or more 4KB pages of type EfiRuntimeServicesData at a specified alignment.
268 Allocates the number of 4KB pages specified by Pages of type EfiRuntimeServicesData with an
288 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment);
397 Allocates a buffer of type EfiRuntimeServicesData.
399 Allocates the number bytes specified by AllocationSize of type EfiRuntimeServicesData and returns
414 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
490 Allocates and zeros a buffer of type EfiRuntimeServicesData.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiMultiPhase.h 31 EfiRuntimeServicesData,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/
NullDmaLib.c 83 EfiRuntimeServicesData.
108 // The only valid memory types are EfiBootServicesData and EfiRuntimeServicesData
114 } else if (MemoryType != EfiRuntimeServicesData) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Smm/
PchSpi.c 60 EfiRuntimeServicesData, // MemoryType don't care
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiMultiPhase.h 30 EfiRuntimeServicesData,
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/
DebugUncachedMemoryAllocationLib.c 177 return UncachedInternalAllocatePages (EfiRuntimeServicesData, Pages);
349 return UncachedInternalAllocateAlignedPool (EfiRuntimeServicesData, AllocationSize, Alignment);
394 return UncachedInternalAllocateAlignedZeroPool (EfiRuntimeServicesData, AllocationSize, Alignment);
446 return UncachedInternalAllocateAlignedCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer, Alignment);
499 return UncachedInternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
541 return UncachedInternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
589 return UncachedInternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
  /device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/
UncachedMemoryAllocationLib.c 319 return UncachedInternalAllocatePages (EfiRuntimeServicesData, Pages);
424 return UncachedInternalAllocateAlignedPool (EfiRuntimeServicesData, AllocationSize, Alignment);
469 return UncachedInternalAllocateAlignedZeroPool (EfiRuntimeServicesData, AllocationSize, Alignment);
521 return UncachedInternalAllocateAlignedCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer, Alignment);
569 return UncachedInternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
611 return UncachedInternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
659 return UncachedInternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/
SmmRuntimeDxeSupport.c 181 EfiRuntimeServicesData,
198 (gBS->AllocatePool) (EfiRuntimeServicesData, sizeof (EFI_STATUS_CODE_DATA) + EFI_STATUS_CODE_DATA_MAX_SIZE, (VOID **)&mStatusCodeData);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Pool.c 36 ASSERT ((MemoryType == EfiRuntimeServicesCode) || (MemoryType == EfiRuntimeServicesData));
40 case EfiRuntimeServicesData:
231 PoolType != EfiRuntimeServicesData) {
PiSmmCore.c 560 mSmmCoreLoadedImage->ImageDataType = EfiRuntimeServicesData;
576 Status = SmmAllocatePool (EfiRuntimeServicesData, sizeof(EFI_SMM_DRIVER_ENTRY), (VOID **)&mSmmCoreDriverEntry);
591 mSmmCoreDriverEntry->SmmLoadedImage.ImageDataType = EfiRuntimeServicesData;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.c 72 Status = gBS->AllocatePool ( EfiRuntimeServicesData,
86 Status = gBS->AllocatePool ( EfiRuntimeServicesData,
172 Status = gBS->AllocatePool ( EfiRuntimeServicesData,
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/UpdateFdtDxe/
UpdateFdtDxe.c 115 Status = gBS->AllocatePages (AllocateAnyPages, EfiRuntimeServicesData, EFI_SIZE_TO_PAGES(Size), &NewFdtBlobBase);

Completed in 753 milliseconds

1 2 3 4 5