Home
last modified time | relevance | path

Searched refs:AllocatePages (Results 1 – 25 of 164) sorted by relevance

1234567

/device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DDxeIpl.c200 ScratchBuffer = AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize)); in CustomGuidedSectionExtract()
210 *OutputBuffer = AllocatePages (EFI_SIZE_TO_PAGES (OutputBufferSize) + 1); in CustomGuidedSectionExtract()
324 ScratchBuffer = AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize)); in Decompress()
331 DstBuffer = AllocatePages (EFI_SIZE_TO_PAGES (DstBufferSize) + 1); in Decompress()
362 DstBuffer = AllocatePages (EFI_SIZE_TO_PAGES (DstBufferSize) + 1); in Decompress()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ipf/
DDxeLoadFunc.c44 BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (STACK_SIZE)); in HandOffToDxeCore()
50 BspStore = AllocatePages (EFI_SIZE_TO_PAGES (BSP_STORE_SIZE)); in HandOffToDxeCore()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiMemoryAllocationLib/
DMemoryAllocationLib.c39 AllocatePages ( in AllocatePages() function
123 Memory = (VOID *)(UINTN)AllocatePages (Pages + EFI_SIZE_TO_PAGES (Alignment)); in AllocateAlignedPages()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionPei/
DSectionExtractionPei.c187 ScratchBuffer = AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize)); in CustomGuidedSectionExtract()
197 *OutputBuffer = AllocatePages (EFI_SIZE_TO_PAGES (OutputBufferSize) + 1); in CustomGuidedSectionExtract()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DDxeLoad.c586 ScratchBuffer = AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize)); in CustomGuidedSectionExtract()
596 *OutputBuffer = AllocatePages (EFI_SIZE_TO_PAGES (OutputBufferSize) + 1); in CustomGuidedSectionExtract()
711 ScratchBuffer = AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize)); in Decompress()
718 DstBuffer = AllocatePages (EFI_SIZE_TO_PAGES (DstBufferSize) + 1); in Decompress()
757 DstBuffer = AllocatePages (EFI_SIZE_TO_PAGES (DstBufferSize) + 1); in Decompress()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
DMemoryAllocationLib.c51 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, Pages, &Memory); in InternalAllocatePages()
73 AllocatePages ( in AllocatePages() function
206 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory); in InternalAllocateAlignedPages()
232 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, Pages, &Memory); in InternalAllocateAlignedPages()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Dxe.c41 Status = gBS->AllocatePages ( in AllocateAlignBuffer()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
DVirtualMemory.c69 PageTableEntry = AllocatePages (1); in Split2MPageTo4K()
114 PageDirectoryEntry = AllocatePages (1); in Split1GPageTo2M()
229 BigPageAddress = (UINTN) AllocatePages (TotalPagesNum); in CreateIdentityMappingPageTables()
DDxeLoadFunc.c72 BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (STACK_SIZE)); in HandOffToDxeCore()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/
DXenVirtMem.c56 VirtualMemoryTable = AllocatePages ( in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c528 Status = gBS->AllocatePages (Type, EfiBootServicesCode, EFI_SIZE_TO_PAGES(Size), Image); in BdsFileSystemLoadImage()
531 …Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesCode, EFI_SIZE_TO_PAGES(Size), Image… in BdsFileSystemLoadImage()
587 Status = gBS->AllocatePages (Type, EfiBootServicesCode, EFI_SIZE_TO_PAGES(Size), Image); in BdsMemoryMapLoadImage()
590 …Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesCode, EFI_SIZE_TO_PAGES(Size), Image… in BdsMemoryMapLoadImage()
661 Status = gBS->AllocatePages (Type, EfiBootServicesCode, EFI_SIZE_TO_PAGES(*ImageSize),Image); in BdsFirmwareVolumeLoadImage()
669 Status = gBS->AllocatePages (Type, EfiBootServicesCode, EFI_SIZE_TO_PAGES(*ImageSize), Image); in BdsFirmwareVolumeLoadImage()
672 …Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesCode, EFI_SIZE_TO_PAGES(*ImageSize),… in BdsFirmwareVolumeLoadImage()
691 Status = gBS->AllocatePages (Type, EfiBootServicesCode, EFI_SIZE_TO_PAGES(*ImageSize), Image); in BdsFirmwareVolumeLoadImage()
694 …Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesCode, EFI_SIZE_TO_PAGES(*ImageSize),… in BdsFirmwareVolumeLoadImage()
757 Status = gBS->AllocatePages (Type, EfiBootServicesCode, EFI_SIZE_TO_PAGES(BufferSize), Image); in BdsPxeLoadImage()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ebc/
DDxeLoadFunc.c43 BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (STACK_SIZE)); in HandOffToDxeCore()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Arm/
DDxeLoadFunc.c45 BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (STACK_SIZE)); in HandOffToDxeCore()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
DPrePiLib.c57 Buffer = AllocatePages (EFI_SIZE_TO_PAGES((UINT32)ImageContext.ImageSize)); in LoadPeCoffImage()
144 BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (StackSize)); in LoadDxeCoreFromFfsFile()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/Arm/
DArmMmuLibCore.c158 …TranslationTable = (UINTN)AllocatePages(EFI_SIZE_TO_PAGES(TRANSLATION_TABLE_PAGE_SIZE + TRANSLATIO… in PopulateLevel2PageTable()
182 …TranslationTable = (UINTN)AllocatePages(EFI_SIZE_TO_PAGES(TRANSLATION_TABLE_PAGE_SIZE + TRANSLATIO… in PopulateLevel2PageTable()
301 …TranslationTable = AllocatePages (EFI_SIZE_TO_PAGES (TRANSLATION_TABLE_SECTION_SIZE + TRANSLATION_… in ArmConfigureMmu()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
DVarCheckHiiGenFromHii.c51 …Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize)… in VarCheckHiiGenFromHiiDatabase()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Armada/Library/Armada70x0Lib/
DArmada70x0LibMem.c67 …VirtualMemoryTable = (ARM_MEMORY_REGION_DESCRIPTOR*)AllocatePages(EFI_SIZE_TO_PAGES (sizeof(ARM_ME… in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/FdtUpdateLibD02/
DFdtUpdateLib.c206 MemoryMap = AllocatePages (Pages0); in UpdateMemoryNode()
224 mRegion = (PHY_MEM_REGION*)AllocatePages(Pages1); in UpdateMemoryNode()
306 …Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES(NewFdtBlobSi… in EFIFdtUpdate()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/
DNullDmaLib.c113 *HostAddress = AllocatePages (Pages); in DmaAllocateBuffer()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
DMemoryAllocationLib.c53 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, Pages, &Memory); in InternalAllocatePages()
75 AllocatePages ( in AllocatePages() function
247 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory); in InternalAllocateAlignedPages()
273 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, Pages, &Memory); in InternalAllocateAlignedPages()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
DCpuS3Data.c68 Status = gBS->AllocatePages ( in AllocateAcpiNvsMemoryBelow4G()
107 Status = gBS->AllocatePages ( in CpuS3DataOnEndOfDxe()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/
DBeagleBoardMem.c46 …VirtualMemoryTable = (ARM_MEMORY_REGION_DESCRIPTOR*)AllocatePages(EFI_SIZE_TO_PAGES (sizeof(ARM_ME… in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesTablePointerLibIdt/
DPeiServicesTablePointer.c114 Status = (*PeiServices)->AllocatePages ( in MigratePeiServicesTablePointer()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/
DScriptExecute.c217 Status = gBS->AllocatePages ( in BootScriptExecutorEntryPoint()
282 Status = gBS->AllocatePages ( in BootScriptExecutorEntryPoint()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/ArmPlatformLibHisilicon/
DArmPlatformLibMem.c56 …VirtualMemoryTable = (ARM_MEMORY_REGION_DESCRIPTOR*)AllocatePages(EFI_SIZE_TO_PAGES (sizeof(ARM_ME… in ArmPlatformGetVirtualMemoryMap()

1234567