/device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/ |
D | DxeIpl.c | 200 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/ |
D | DxeLoadFunc.c | 44 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/ |
D | MemoryAllocationLib.c | 39 AllocatePages ( in AllocatePages() function 123 Memory = (VOID *)(UINTN)AllocatePages (Pages + EFI_SIZE_TO_PAGES (Alignment)); in AllocateAlignedPages()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionPei/ |
D | SectionExtractionPei.c | 187 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/ |
D | DxeLoad.c | 586 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/ |
D | MemoryAllocationLib.c | 51 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/ |
D | DebugCommunicationLibUsb3Dxe.c | 41 Status = gBS->AllocatePages ( in AllocateAlignBuffer()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/ |
D | VirtualMemory.c | 69 PageTableEntry = AllocatePages (1); in Split2MPageTo4K() 114 PageDirectoryEntry = AllocatePages (1); in Split1GPageTo2M() 229 BigPageAddress = (UINTN) AllocatePages (TotalPagesNum); in CreateIdentityMappingPageTables()
|
D | DxeLoadFunc.c | 72 BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (STACK_SIZE)); in HandOffToDxeCore()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/ |
D | XenVirtMem.c | 56 VirtualMemoryTable = AllocatePages ( in ArmPlatformGetVirtualMemoryMap()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
D | BdsFilePath.c | 528 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/ |
D | DxeLoadFunc.c | 43 BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (STACK_SIZE)); in HandOffToDxeCore()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Arm/ |
D | DxeLoadFunc.c | 45 BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (STACK_SIZE)); in HandOffToDxeCore()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/ |
D | PrePiLib.c | 57 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/ |
D | ArmMmuLibCore.c | 158 …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/ |
D | VarCheckHiiGenFromHii.c | 51 …Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize)… in VarCheckHiiGenFromHiiDatabase()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Armada/Library/Armada70x0Lib/ |
D | Armada70x0LibMem.c | 67 …VirtualMemoryTable = (ARM_MEMORY_REGION_DESCRIPTOR*)AllocatePages(EFI_SIZE_TO_PAGES (sizeof(ARM_ME… in ArmPlatformGetVirtualMemoryMap()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/FdtUpdateLibD02/ |
D | FdtUpdateLib.c | 206 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/ |
D | NullDmaLib.c | 113 *HostAddress = AllocatePages (Pages); in DmaAllocateBuffer()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
D | MemoryAllocationLib.c | 53 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/ |
D | CpuS3Data.c | 68 Status = gBS->AllocatePages ( in AllocateAcpiNvsMemoryBelow4G() 107 Status = gBS->AllocatePages ( in CpuS3DataOnEndOfDxe()
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/ |
D | BeagleBoardMem.c | 46 …VirtualMemoryTable = (ARM_MEMORY_REGION_DESCRIPTOR*)AllocatePages(EFI_SIZE_TO_PAGES (sizeof(ARM_ME… in ArmPlatformGetVirtualMemoryMap()
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesTablePointerLibIdt/ |
D | PeiServicesTablePointer.c | 114 Status = (*PeiServices)->AllocatePages ( in MigratePeiServicesTablePointer()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ |
D | ScriptExecute.c | 217 Status = gBS->AllocatePages ( in BootScriptExecutorEntryPoint() 282 Status = gBS->AllocatePages ( in BootScriptExecutorEntryPoint()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/ArmPlatformLibHisilicon/ |
D | ArmPlatformLibMem.c | 56 …VirtualMemoryTable = (ARM_MEMORY_REGION_DESCRIPTOR*)AllocatePages(EFI_SIZE_TO_PAGES (sizeof(ARM_ME… in ArmPlatformGetVirtualMemoryMap()
|