/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 82 Buffer = InternalAllocatePages (EfiBootServicesData, Pages); in AllocatePages() 87 EfiBootServicesData, in AllocatePages() 310 Buffer = InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment); in AllocateAlignedPages() 315 EfiBootServicesData, in AllocateAlignedPages() 488 Buffer = InternalAllocatePool (EfiBootServicesData, AllocationSize); in AllocatePool() 493 EfiBootServicesData, in AllocatePool() 620 Buffer = InternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in AllocateZeroPool() 625 EfiBootServicesData, in AllocateZeroPool() 766 NewBuffer = InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer); in AllocateCopyPool() 771 EfiBootServicesData, in AllocateCopyPool() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
D | MemoryAllocationLib.c | 81 Buffer = InternalAllocatePages (EfiBootServicesData, Pages); in AllocatePages() 86 EfiBootServicesData, in AllocatePages() 309 Buffer = InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment); in AllocateAlignedPages() 314 EfiBootServicesData, in AllocateAlignedPages() 485 Buffer = InternalAllocatePool (EfiBootServicesData, AllocationSize); in AllocatePool() 490 EfiBootServicesData, in AllocatePool() 617 Buffer = InternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in AllocateZeroPool() 622 EfiBootServicesData, in AllocateZeroPool() 763 NewBuffer = InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer); in AllocateCopyPool() 768 EfiBootServicesData, in AllocateCopyPool() [all …]
|
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
D | Fv.c | 47 mS3Supported ? EfiACPIMemoryNVS : EfiBootServicesData in PeiFvInitialization() 68 SecureS3Needed ? EfiACPIMemoryNVS : EfiBootServicesData in PeiFvInitialization()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 78 return InternalAllocatePages (EfiBootServicesData, Pages); in GlueAllocatePages() 262 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment); in AllocateAlignedPages() 393 return InternalAllocatePool (EfiBootServicesData, AllocationSize); in GlueAllocatePool() 486 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in GlueAllocateZeroPool() 592 return InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer); in GlueAllocateCopyPool() 759 return InternalAllocateAlignedPool (EfiBootServicesData, AllocationSize, Alignment); in AllocateAlignedPool() 870 return InternalAllocateAlignedZeroPool (EfiBootServicesData, AllocationSize, Alignment); in AllocateAlignedZeroPool() 990 return InternalAllocateAlignedCopyPool (EfiBootServicesData, AllocationSize, Buffer, Alignment); in AllocateAlignedCopyPool()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 82 return InternalAllocatePages (EfiBootServicesData, Pages); in AllocatePages() 272 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment); in AllocateAlignedPages() 396 return InternalAllocatePool (EfiBootServicesData, AllocationSize); in AllocatePool() 489 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in AllocateZeroPool() 596 return InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer); in AllocateCopyPool() 722 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 77 return InternalAllocatePages (EfiBootServicesData, Pages); in AllocatePages() 266 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment); in AllocateAlignedPages() 403 return InternalAllocatePool (EfiBootServicesData, AllocationSize); in AllocatePool() 496 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in AllocateZeroPool() 603 return InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer); in AllocateCopyPool() 729 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
D | EfiLibAllocate.c | 48 gBS->AllocatePool (EfiBootServicesData, AllocationSize, &Memory); in EfiLibAllocatePool() 166 gBS->AllocatePool (EfiBootServicesData, AllocationSize, &Memory); in EfiLibAllocateCopyPool()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/ |
D | DebugUncachedMemoryAllocationLib.c | 168 return UncachedInternalAllocatePages (EfiBootServicesData, Pages); in UncachedAllocatePages() 339 return UncachedInternalAllocateAlignedPool (EfiBootServicesData, AllocationSize, Alignment); in UncachedAllocateAlignedPool() 384 return UncachedInternalAllocateAlignedZeroPool (EfiBootServicesData, AllocationSize, Alignment); in UncachedAllocateAlignedZeroPool() 435 …return UncachedInternalAllocateAlignedCopyPool (EfiBootServicesData, AllocationSize, Buffer, Align… in UncachedAllocateAlignedCopyPool() 490 return UncachedInternalAllocatePool (EfiBootServicesData, AllocationSize); in UncachedAllocatePool() 532 return UncachedInternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in UncachedAllocateZeroPool() 579 return UncachedInternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer); in UncachedAllocateCopyPool()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
D | UsbHcMem.c | 40 EfiBootServicesData, in UsbHcAllocMemBlock() 62 EfiBootServicesData, in UsbHcAllocMemBlock() 75 EfiBootServicesData, in UsbHcAllocMemBlock() 367 EfiBootServicesData, in UsbHcInitMemPool() 615 EfiBootServicesData, in UsbHcAllocateAlignedPages() 628 EfiBootServicesData, in UsbHcAllocateAlignedPages()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/ |
D | UncachedMemoryAllocationLib.c | 310 return UncachedInternalAllocatePages (EfiBootServicesData, Pages); in UncachedAllocatePages() 414 return UncachedInternalAllocateAlignedPool (EfiBootServicesData, AllocationSize, Alignment); in UncachedAllocateAlignedPool() 459 return UncachedInternalAllocateAlignedZeroPool (EfiBootServicesData, AllocationSize, Alignment); in UncachedAllocateAlignedZeroPool() 510 …return UncachedInternalAllocateAlignedCopyPool (EfiBootServicesData, AllocationSize, Buffer, Align… in UncachedAllocateAlignedCopyPool() 560 return UncachedInternalAllocatePool (EfiBootServicesData, AllocationSize); in UncachedAllocatePool() 602 return UncachedInternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in UncachedAllocateZeroPool() 649 return UncachedInternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer); in UncachedAllocateCopyPool()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
D | DriverDiagnostics.c | 208 EfiBootServicesData, in IDEBusDriverDiagnosticsRunDiagnostics() 229 EfiBootServicesData, in IDEBusDriverDiagnosticsRunDiagnostics()
|
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/ |
D | DxeTscTimerLib.c | 77 Status = gBS->AllocatePool (EfiBootServicesData, sizeof (UINT64), (VOID **) &TscFrequency); in DxeTscTimerLibConstructor()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
D | UefiMultiPhase.h | 45 EfiBootServicesData, enumerator
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/ |
D | DebugImageInfo.c | 69 EfiBootServicesData, in CoreInitializeDebugImageInfoTable() 84 EfiBootServicesData, in CoreInitializeDebugImageInfoTable()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/ |
D | ConsDecons.c | 42 EfiBootServicesData, __wchar_bitmap_size, (VOID **)&__wchar_bitmap); in __wchar_construct()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ipf/ |
D | DxeLoadFunc.c | 55 BuildBspStoreHob ((EFI_PHYSICAL_ADDRESS) (UINTN) BspStore, BSP_STORE_SIZE, EfiBootServicesData); in HandOffToDxeCore()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
D | UefiMultiPhase.h | 29 EfiBootServicesData, enumerator
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDmaLib/ |
D | ArmDmaLib.c | 136 Status = DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (*NumberOfBytes), &Buffer); in DmaMap() 282 if (MemoryType == EfiBootServicesData) { in DmaAllocateBuffer()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/ |
D | VarCheckHiiGenFromHii.c | 51 …Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize)… in VarCheckHiiGenFromHiiDatabase()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/ |
D | NullDmaLib.c | 112 if (MemoryType == EfiBootServicesData) { in DmaAllocateBuffer()
|
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/ |
D | BiosVideo.c | 427 EfiBootServicesData, in BiosVideoChildHandleInstall() 1060 EfiBootServicesData, in BiosVideoCheckForVbe() 1175 EfiBootServicesData, in BiosVideoCheckForVbe() 1190 EfiBootServicesData, in BiosVideoCheckForVbe() 1345 EfiBootServicesData, in BiosVideoCheckForVbe() 1423 EfiBootServicesData, in BiosVideoCheckForVbe() 1432 EfiBootServicesData, in BiosVideoCheckForVbe() 1514 EfiBootServicesData, in BiosVideoCheckForVga() 1522 EfiBootServicesData, in BiosVideoCheckForVga() 1536 EfiBootServicesData, in BiosVideoCheckForVga() [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/SasV1Dxe/ |
D | SasV1Dxe.c | 622 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->cmd_hdr[i]); in sas_init() 627 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->complete_hdr[i]); in sas_init() 632 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->status_buf[i]); in sas_init() 637 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->command_table[i]); in sas_init() 642 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->sge[i]); in sas_init() 648 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->iost); in sas_init() 653 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->breakpoint); in sas_init() 658 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->itct); in sas_init()
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 80 return InternalAllocatePages (EfiBootServicesData, Pages); in AllocatePages() 362 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment); in AllocateAlignedPages() 846 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 75 EfiBootServicesData in AllocatePages()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/ |
D | AbootimgLib.c | 103 AllocateAnyPages, EfiBootServicesData, in UncompressKernel() 275 AllocateAddress, EfiBootServicesData, in AllocateRamdisk() 435 AllocateAnyPages, EfiBootServicesData, in LoadBootImage() 468 AllocateAnyPages, EfiBootServicesData, in LoadBootImage() 720 AllocateAnyPages, EfiBootServicesData, in AbootimgBootRam()
|