/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
MemoryPeim.c | 67 { EfiBootServicesData, 0x2500},
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/NorFlashDxe/ |
NorFlashDxe.c | 165 Status = gBS->AllocatePool(EfiBootServicesData, FlashUnitLength, (VOID *)&NewDataUnit);
338 Status = gBS->AllocatePool(EfiBootServicesData, gFlashInfo[gIndex.InfIndex].BlockSize * (UINTN)gFlashInfo[gIndex.InfIndex].ParallelNum, (VOID *)&StaticBuffer);
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/ |
BdsLinuxFdt.c | 317 Status = gBS->AllocatePages (AllocateMaxAddress, EfiBootServicesData,
326 Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Snp.c | 366 EfiBootServicesData,
453 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
SmmCpuMemoryManagement.c | 895 case EfiBootServicesData:
[all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/ |
PL111LcdArmVExpress.c | 185 Status = gBS->AllocatePages( AllocateAddress, EfiBootServicesData, EFI_SIZE_TO_PAGES(((UINTN)LCD_VRAM_SIZE)), VramBaseAddress);
|
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/ |
CbSupportPei.c | 331 EfiBootServicesData
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/ |
HobLib.c | 531 Hob->AllocDescriptor.MemoryType = EfiBootServicesData;
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/ |
SataSiI3132.c | 59 SataSiI3132Instance->PciIo, AllocateAnyPages, EfiBootServicesData,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
UsbHcMem.c | 72 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
UsbHcMem.c | 71 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
PiSmmCore.c | 543 // Allocate a Loaded Image Protocol in EfiBootServicesData
545 Status = gBS->AllocatePool (EfiBootServicesData, sizeof(EFI_LOADED_IMAGE_PROTOCOL), (VOID **)&mSmmCoreLoadedImage);
|
Dispatcher.c | 562 // Allocate a Loaded Image Protocol in EfiBootServicesData
564 Status = gBS->AllocatePool (EfiBootServicesData, sizeof (EFI_LOADED_IMAGE_PROTOCOL), (VOID **)&DriverEntry->LoadedImage);
589 // Make an EfiBootServicesData buffer copy of FilePath
591 Status = gBS->AllocatePool (EfiBootServicesData, GetDevicePathSize (FilePath), (VOID **)&DriverEntry->LoadedImage->FilePath);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/ |
ReportStatusCodeLib.c | 649 gBS->AllocatePool (EfiBootServicesData, sizeof (EFI_STATUS_CODE_DATA) + ExtendedDataSize, (VOID **)&StatusCodeData);
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemLib/ |
SmmMemLib.c | 361 Status = gBS->AllocatePool (EfiBootServicesData, MemoryMapSize, (VOID **)&MemoryMap);
|
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
MemDetect.c | 597 mS3Supported ? EfiACPIMemoryNVS : EfiBootServicesData
|
Platform.c | 51 { EfiBootServicesData, 0xF00 },
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
UsbHcMem.c | 72 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
PciDevice.c | 362 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ |
IsaIo.c | 818 EfiBootServicesData,
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/ |
IsaIo.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/ |
UhcPeim.c | 91 EfiBootServicesData,
1034 EfiBootServicesData,
[all...] |
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/ |
ramdisk.c | 250 Status = gBS->AllocatePages(AllocateAnyPages,EfiBootServicesData,NumPages,&RamDiskDev->Start);
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
e1000phy.c | 123 Status = gBS->AllocatePool (EfiBootServicesData,
|
if_msk.c | 621 Status = gBS->AllocatePool (EfiBootServicesData, Length, &Buffer);
[all...] |