/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/ |
MemoryAllocationLib.c | 59 Allocates one or more 4KB pages of type EfiBootServicesData.
61 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
77 return InternalAllocatePages (EfiBootServicesData, Pages);
203 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
205 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
225 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment);
335 Allocates a buffer of type EfiBootServicesData.
337 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a
434 Allocates and zeros a buffer of type EfiBootServicesData.
436 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData, clears the [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/ |
PciHostBridge.c | 97 Status = gBS->AllocatePool(EfiBootServicesData, sizeof(PCI_HOST_BRIDGE_INSTANCE), (VOID **) &HostBridge);
128 Status = gBS->AllocatePool (EfiBootServicesData,
143 Status = gBS->AllocatePool ( EfiBootServicesData,sizeof (PCI_ROOT_BRIDGE_INSTANCE), (VOID **) &PrivateData);
845 EfiBootServicesData,
[all...] |
PciRootBridgeIo.c | 1094 EfiBootServicesData,
[all...] |
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/ |
MvI2cDxe.c | 628 Status = gBS->AllocatePool ( EfiBootServicesData,
640 Status = gBS->AllocatePool ( EfiBootServicesData,
649 Status = gBS->AllocatePool ( EfiBootServicesData,
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/ |
PcatPciRootBridge.c | 80 EfiBootServicesData,
594 EfiBootServicesData,
623 EfiBootServicesData,
[all...] |
PcatPciRootBridgeIo.c | 638 EfiBootServicesData,
666 EfiBootServicesData,
691 EfiBootServicesData,
823 // The only valid memory types are EfiBootServicesData and EfiRuntimeServicesData
825 if (MemoryType != EfiBootServicesData && MemoryType != EfiRuntimeServicesData) {
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
DriverBinding.c | 150 Status = gBS->AllocatePool (EfiBootServicesData,
540 Status = gBS->AllocatePool (EfiBootServicesData,
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/FdtUpdateLib/ |
FdtUpdateLib.c | 88 case EfiBootServicesData:
438 Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES(NewFdtBlobSize), &NewFdtBlobBase);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiHobLib/ |
Hob.c | 691 Hob->AllocDescriptor.MemoryType = EfiBootServicesData;
838 Info[6].Type = EfiBootServicesData;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/ |
BiosBlkIo.c | 346 Status = gBS->AllocatePages (AllocateMaxAddress, EfiBootServicesData, BLOCK_IO_BUFFER_PAGE_SIZE, &mBufferUnder1Mb);
390 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/ |
CirrusLogic5430GraphicsOutput.c | 502 EfiBootServicesData,
510 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/ |
HdLcdArmVExpress.c | 136 Status = gBS->AllocatePages (AllocationType, EfiBootServicesData, EFI_SIZE_TO_PAGES(((UINTN)LCD_VRAM_SIZE)), VramBaseAddress);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/ |
ReportStatusCodeLib.c | 512 (gBS->AllocatePool) (EfiBootServicesData, sizeof (EFI_STATUS_CODE_DATA) + ExtendedDataSize, (VOID **)&StatusCodeData);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/ |
Hob.c | 390 Hob->AllocDescriptor.MemoryType = EfiBootServicesData;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
PeiLib.c | 706 Status = (*PeiServices)->AllocatePages (PeiServices, EfiBootServicesData, Pages, &Memory);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/ |
Fvb.c | 96 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/ |
Fvb.c | 96 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/ |
BsDataHubStatusCode.c | 84 gBS->AllocatePool (EfiBootServicesData, sizeof (DATAHUB_STATUSCODE_RECORD) * 16, (VOID **) &Record);
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/ |
GopDriver.c | 209 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ |
ReportStatusCodeLib.c | 517 gBS->AllocatePool (EfiBootServicesData, sizeof (EFI_STATUS_CODE_DATA) + ExtendedDataSize, (VOID **)&StatusCodeData);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/ |
ReportStatusCodeLib.c | 514 gBS->AllocatePool (EfiBootServicesData, sizeof (EFI_STATUS_CODE_DATA) + ExtendedDataSize, (VOID **)&StatusCodeData);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/ |
BootGraphicsResourceTableDxe.c | 230 Allocate EfiBootServicesData below 4G memory address.
232 This function allocates EfiBootServicesData below 4G memory address.
254 EfiBootServicesData,
358 // The image should be stored in EfiBootServicesData, allowing the system to reclaim the memory
|
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputDxe.c | 119 Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES((MaxSize)), VramBaseAddress);
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/IsaAcpiDxe/ |
PcatIsaAcpi.c | 231 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/ |
PeiMpLib.c | 255 EfiBootServicesData
|