/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 118 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocatePages() 123 EfiRuntimeServicesData, in AllocatePages() 153 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocateRuntimePages() 158 EfiRuntimeServicesData, in AllocateRuntimePages() 345 Buffer = InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedPages() 350 EfiRuntimeServicesData, in AllocateAlignedPages() 386 Buffer = InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedRuntimePages() 391 EfiRuntimeServicesData, in AllocateAlignedRuntimePages() 522 Buffer = InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocatePool() 527 EfiRuntimeServicesData, in AllocatePool() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/ |
D | MemoryAllocationLib.c | 195 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocatePages() 200 EfiRuntimeServicesData, in AllocatePages() 230 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocateRuntimePages() 235 EfiRuntimeServicesData, in AllocateRuntimePages() 424 Buffer = InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedPages() 429 EfiRuntimeServicesData, in AllocateAlignedPages() 466 Buffer = InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedRuntimePages() 471 EfiRuntimeServicesData, in AllocateAlignedRuntimePages() 603 Buffer = InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocatePool() 608 EfiRuntimeServicesData, in AllocatePool() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 191 return InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocatePages() 213 return InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocateRuntimePages() 394 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedPages() 423 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedRuntimePages() 547 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocatePool() 569 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimePool() 642 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateZeroPool() 664 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool() 750 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in AllocateCopyPool() 778 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in AllocateRuntimeCopyPool() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 117 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocateRuntimePages() 122 EfiRuntimeServicesData, in AllocateRuntimePages() 351 Buffer = InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedRuntimePages() 356 EfiRuntimeServicesData, in AllocateAlignedRuntimePages() 522 Buffer = InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimePool() 527 EfiRuntimeServicesData, in AllocateRuntimePool() 655 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool() 660 EfiRuntimeServicesData, in AllocateRuntimeZeroPool() 806 NewBuffer = InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in AllocateRuntimeCopyPool() 811 EfiRuntimeServicesData, in AllocateRuntimeCopyPool() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
D | MemoryAllocationLib.c | 116 Buffer = InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocateRuntimePages() 121 EfiRuntimeServicesData, in AllocateRuntimePages() 350 Buffer = InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedRuntimePages() 355 EfiRuntimeServicesData, in AllocateAlignedRuntimePages() 519 Buffer = InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimePool() 524 EfiRuntimeServicesData, in AllocateRuntimePool() 652 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool() 657 EfiRuntimeServicesData, in AllocateRuntimeZeroPool() 803 NewBuffer = InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in AllocateRuntimeCopyPool() 808 EfiRuntimeServicesData, in AllocateRuntimeCopyPool() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 99 return InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocateRuntimePages() 251 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedRuntimePages() 380 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimePool() 480 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool() 599 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in AllocateRuntimeCopyPool() 774 return InternalAllocateAlignedPool (EfiRuntimeServicesData, AllocationSize, Alignment); in AllocateAlignedRuntimePool() 893 return InternalAllocateAlignedZeroPool (EfiRuntimeServicesData, AllocationSize, Alignment); in AllocateAlignedRuntimeZeroPool() 1023 …return InternalAllocateAlignedCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer, Alignment); in AllocateAlignedRuntimeCopyPool()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 100 return InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocateRuntimePages() 288 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedRuntimePages() 414 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimePool() 508 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool() 618 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in AllocateRuntimeCopyPool() 785 return InternalAllocateAlignedPool (EfiRuntimeServicesData, AllocationSize, Alignment); in AllocateAlignedRuntimePool() 897 return InternalAllocateAlignedZeroPool (EfiRuntimeServicesData, AllocationSize, Alignment); in AllocateAlignedRuntimeZeroPool() 1018 …return InternalAllocateAlignedCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer, Alignment); in AllocateAlignedRuntimeCopyPool()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 104 return InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocateRuntimePages() 299 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedRuntimePages() 417 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimePool() 511 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool() 623 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in AllocateRuntimeCopyPool() 754 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 99 return InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocateRuntimePages() 294 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedRuntimePages() 424 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimePool() 518 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool() 630 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in AllocateRuntimeCopyPool() 761 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 102 return InternalAllocatePages (EfiRuntimeServicesData, Pages); in AllocateRuntimePages() 391 return InternalAllocateAlignedPages (EfiRuntimeServicesData, Pages, Alignment); in AllocateAlignedRuntimePages() 526 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimePool() 626 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool() 747 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in AllocateRuntimeCopyPool() 878 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
D | EfiLibAllocate.c | 75 gBS->AllocatePool (EfiRuntimeServicesData, AllocationSize, &Memory); in EfiLibAllocateRuntimePool() 201 gBS->AllocatePool (EfiRuntimeServicesData, AllocationSize, &Memory); in EfiLibAllocateRuntimeCopyPool()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/ |
D | DebugUncachedMemoryAllocationLib.c | 177 return UncachedInternalAllocatePages (EfiRuntimeServicesData, Pages); in UncachedAllocateRuntimePages() 349 return UncachedInternalAllocateAlignedPool (EfiRuntimeServicesData, AllocationSize, Alignment); in UncachedAllocateAlignedRuntimePool() 394 …return UncachedInternalAllocateAlignedZeroPool (EfiRuntimeServicesData, AllocationSize, Alignment); in UncachedAllocateAlignedRuntimeZeroPool() 446 …return UncachedInternalAllocateAlignedCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer, Al… in UncachedAllocateAlignedRuntimeCopyPool() 499 return UncachedInternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in UncachedAllocateRuntimePool() 541 return UncachedInternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in UncachedAllocateRuntimeZeroPool() 589 return UncachedInternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in UncachedAllocateRuntimeCopyPool()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/ |
D | MemoryAttributesTable.c | 153 case EfiRuntimeServicesData: in InstallMemoryAttributesTable() 178 case EfiRuntimeServicesData: in InstallMemoryAttributesTable() 221 ((MemoryType == EfiRuntimeServicesCode) || (MemoryType == EfiRuntimeServicesData))) { in InstallMemoryAttributesTableOnMemoryAllocation()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/ |
D | UncachedMemoryAllocationLib.c | 319 return UncachedInternalAllocatePages (EfiRuntimeServicesData, Pages); in UncachedAllocateRuntimePages() 424 return UncachedInternalAllocateAlignedPool (EfiRuntimeServicesData, AllocationSize, Alignment); in UncachedAllocateAlignedRuntimePool() 469 …return UncachedInternalAllocateAlignedZeroPool (EfiRuntimeServicesData, AllocationSize, Alignment); in UncachedAllocateAlignedRuntimeZeroPool() 521 …return UncachedInternalAllocateAlignedCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer, Al… in UncachedAllocateAlignedRuntimeCopyPool() 569 return UncachedInternalAllocatePool (EfiRuntimeServicesData, AllocationSize); in UncachedAllocateRuntimePool() 611 return UncachedInternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in UncachedAllocateRuntimeZeroPool() 659 return UncachedInternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer); in UncachedAllocateRuntimeCopyPool()
|
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/ |
D | MemStorage.c | 63 Status = gBS->AllocatePool (EfiRuntimeServicesData, sizeof(VS_DEV), (VOID **) &Dev); in MemStorageConstructor() 74 Status = gBS->AllocatePool (EfiRuntimeServicesData, Size, (VOID **) &VAR_DATA_PTR (Dev)); in MemStorageConstructor()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
D | UefiMultiPhase.h | 54 EfiRuntimeServicesData, enumerator
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | Pool.c | 36 ASSERT ((MemoryType == EfiRuntimeServicesCode) || (MemoryType == EfiRuntimeServicesData)); in UefiMemoryTypeToSmmPoolType() 40 case EfiRuntimeServicesData: in UefiMemoryTypeToSmmPoolType() 231 PoolType != EfiRuntimeServicesData) { in SmmInternalAllocatePool()
|
D | PiSmmCore.c | 560 mSmmCoreLoadedImage->ImageDataType = EfiRuntimeServicesData; in SmmCoreInstallLoadedImage() 576 …Status = SmmAllocatePool (EfiRuntimeServicesData, sizeof(EFI_SMM_DRIVER_ENTRY), (VOID **)&mSmmCore… in SmmCoreInstallLoadedImage() 591 mSmmCoreDriverEntry->SmmLoadedImage.ImageDataType = EfiRuntimeServicesData; in SmmCoreInstallLoadedImage()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
D | UefiMultiPhase.h | 31 EfiRuntimeServicesData, enumerator
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/ |
D | NullDmaLib.c | 114 } else if (MemoryType != EfiRuntimeServicesData) { in DmaAllocateBuffer()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Smm/ |
D | PchSpi.c | 60 EfiRuntimeServicesData, // MemoryType don't care in InstallPchSpi()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/ |
D | SmmRuntimeDxeSupport.c | 181 EfiRuntimeServicesData, in ReportStatusCodeLibConstruct() 198 …(gBS->AllocatePool) (EfiRuntimeServicesData, sizeof (EFI_STATUS_CODE_DATA) + EFI_STATUS_CODE_DATA_… in ReportStatusCodeLibConstruct()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
D | WebServer.c | 72 Status = gBS->AllocatePool ( EfiRuntimeServicesData, in PortAdd() 86 Status = gBS->AllocatePool ( EfiRuntimeServicesData, in PortAdd() 172 Status = gBS->AllocatePool ( EfiRuntimeServicesData, in PortAdd()
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/ |
D | DriverBinding.c | 120 EfiRuntimeServicesData, in DriverStart() 374 EfiRuntimeServicesData, in DriverUnload()
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/ |
D | WinNtAutoScan.c | 47 { EfiRuntimeServicesData, 0x0040 },
|