Home
last modified time | relevance | path

Searched refs:EfiRuntimeServicesData (Results 1 – 25 of 100) sorted by relevance

1234

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
DMemoryAllocationLib.c118 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/
DMemoryAllocationLib.c195 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/
DMemoryAllocationLib.c191 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/
DMemoryAllocationLib.c117 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/
DMemoryAllocationLib.c116 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/
DMemoryAllocationLib.c99 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/
DMemoryAllocationLib.c100 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/
DMemoryAllocationLib.c104 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/
DMemoryAllocationLib.c99 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/
DMemoryAllocationLib.c102 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/
DEfiLibAllocate.c75 gBS->AllocatePool (EfiRuntimeServicesData, AllocationSize, &Memory); in EfiLibAllocateRuntimePool()
201 gBS->AllocatePool (EfiRuntimeServicesData, AllocationSize, &Memory); in EfiLibAllocateRuntimeCopyPool()
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/
DDebugUncachedMemoryAllocationLib.c177 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/
DMemoryAttributesTable.c153 case EfiRuntimeServicesData: in InstallMemoryAttributesTable()
178 case EfiRuntimeServicesData: in InstallMemoryAttributesTable()
221 ((MemoryType == EfiRuntimeServicesCode) || (MemoryType == EfiRuntimeServicesData))) { in InstallMemoryAttributesTableOnMemoryAllocation()
/device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/
DUncachedMemoryAllocationLib.c319 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/
DMemStorage.c63 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/
DUefiMultiPhase.h54 EfiRuntimeServicesData, enumerator
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DPool.c36 ASSERT ((MemoryType == EfiRuntimeServicesCode) || (MemoryType == EfiRuntimeServicesData)); in UefiMemoryTypeToSmmPoolType()
40 case EfiRuntimeServicesData: in UefiMemoryTypeToSmmPoolType()
231 PoolType != EfiRuntimeServicesData) { in SmmInternalAllocatePool()
DPiSmmCore.c560 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/
DUefiMultiPhase.h31 EfiRuntimeServicesData, enumerator
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/
DNullDmaLib.c114 } else if (MemoryType != EfiRuntimeServicesData) { in DmaAllocateBuffer()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Smm/
DPchSpi.c60 EfiRuntimeServicesData, // MemoryType don't care in InstallPchSpi()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/
DSmmRuntimeDxeSupport.c181 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/
DWebServer.c72 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/
DDriverBinding.c120 EfiRuntimeServicesData, in DriverStart()
374 EfiRuntimeServicesData, in DriverUnload()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/
DWinNtAutoScan.c47 { EfiRuntimeServicesData, 0x0040 },

1234