Home
last modified time | relevance | path

Searched refs:EfiBootServicesData (Results 1 – 25 of 150) sorted by relevance

123456

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
DMemoryAllocationLib.c82 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/
DMemoryAllocationLib.c81 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/
DFv.c47 mS3Supported ? EfiACPIMemoryNVS : EfiBootServicesData in PeiFvInitialization()
68 SecureS3Needed ? EfiACPIMemoryNVS : EfiBootServicesData in PeiFvInitialization()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
DMemoryAllocationLib.c78 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/
DMemoryAllocationLib.c82 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/
DMemoryAllocationLib.c77 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/
DEfiLibAllocate.c48 gBS->AllocatePool (EfiBootServicesData, AllocationSize, &Memory); in EfiLibAllocatePool()
166 gBS->AllocatePool (EfiBootServicesData, AllocationSize, &Memory); in EfiLibAllocateCopyPool()
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/
DDebugUncachedMemoryAllocationLib.c168 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/
DUsbHcMem.c40 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/
DUncachedMemoryAllocationLib.c310 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/
DDriverDiagnostics.c208 EfiBootServicesData, in IDEBusDriverDiagnosticsRunDiagnostics()
229 EfiBootServicesData, in IDEBusDriverDiagnosticsRunDiagnostics()
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DDxeTscTimerLib.c77 Status = gBS->AllocatePool (EfiBootServicesData, sizeof (UINT64), (VOID **) &TscFrequency); in DxeTscTimerLibConstructor()
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiMultiPhase.h45 EfiBootServicesData, enumerator
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DDebugImageInfo.c69 EfiBootServicesData, in CoreInitializeDebugImageInfoTable()
84 EfiBootServicesData, in CoreInitializeDebugImageInfoTable()
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
DConsDecons.c42 EfiBootServicesData, __wchar_bitmap_size, (VOID **)&__wchar_bitmap); in __wchar_construct()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ipf/
DDxeLoadFunc.c55 BuildBspStoreHob ((EFI_PHYSICAL_ADDRESS) (UINTN) BspStore, BSP_STORE_SIZE, EfiBootServicesData); in HandOffToDxeCore()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DUefiMultiPhase.h29 EfiBootServicesData, enumerator
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDmaLib/
DArmDmaLib.c136 Status = DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (*NumberOfBytes), &Buffer); in DmaMap()
282 if (MemoryType == EfiBootServicesData) { in DmaAllocateBuffer()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
DVarCheckHiiGenFromHii.c51 …Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize)… in VarCheckHiiGenFromHiiDatabase()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/
DNullDmaLib.c112 if (MemoryType == EfiBootServicesData) { in DmaAllocateBuffer()
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c427 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/
DSasV1Dxe.c622 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/
DMemoryAllocationLib.c80 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/
DMemoryAllocationLib.c75 EfiBootServicesData in AllocatePages()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
DAbootimgLib.c103 AllocateAnyPages, EfiBootServicesData, in UncompressKernel()
275 AllocateAddress, EfiBootServicesData, in AllocateRamdisk()
435 AllocateAnyPages, EfiBootServicesData, in LoadBootImage()
468 AllocateAnyPages, EfiBootServicesData, in LoadBootImage()
720 AllocateAnyPages, EfiBootServicesData, in AbootimgBootRam()

123456