/device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/ |
MemoryInitPeim.c | 60 Info[6].Type = EfiBootServicesData;
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/ |
WinNtAutoScan.c | 49 { EfiBootServicesData, 0x1000 },
|
/external/syslinux/efi32/include/efi/ |
efidef.h | 155 EfiBootServicesData,
|
/external/syslinux/efi64/include/efi/ |
efidef.h | 155 EfiBootServicesData,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efidef.h | 155 EfiBootServicesData,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
data.c | 44 EFI_MEMORY_TYPE PoolAllocationType = EfiBootServicesData;
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDmaLib/ |
ArmDmaLib.c | 136 Status = DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (*NumberOfBytes), &Buffer);
250 @param MemoryType The type of memory to allocate, EfiBootServicesData or
278 // The only valid memory types are EfiBootServicesData and EfiRuntimeServicesData
282 if (MemoryType == EfiBootServicesData) {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
RtDevicePath.c | 59 gBS->AllocatePool (EfiBootServicesData, AllocationSize, &Memory);
91 gBS->AllocatePool (EfiBootServicesData, AllocationSize, &Memory);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/ |
DxeLoadFunc.c | 235 Status = PeiServicesAllocatePages (EfiBootServicesData, EFI_SIZE_TO_PAGES (STACK_SIZE), &BaseOfStack);
281 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/ |
Gop.c | 323 EfiBootServicesData,
332 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/ |
BiosVideo.c | 427 EfiBootServicesData,
1060 EfiBootServicesData,
[all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/ |
AbootimgLib.c | 103 AllocateAnyPages, EfiBootServicesData, 273 AllocateAddress, EfiBootServicesData, 432 AllocateAnyPages, EfiBootServicesData, 465 AllocateAnyPages, EfiBootServicesData, 717 AllocateAnyPages, EfiBootServicesData,
|
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/ |
HobGeneration.c | 93 EfiBootServicesData, // EFI_MEMORY_TYPE MemoryType;
109 EfiBootServicesData, // EFI_MEMORY_TYPE MemoryType;
247 EfiBootServicesData,
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
UsbHcMem.c | 72 EfiBootServicesData,
664 EfiBootServicesData,
697 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/ |
PcatIo.c | 473 EfiBootServicesData,
486 EfiBootServicesData,
505 TempPciOptionRomDescriptors->MemoryType = EfiBootServicesData;
688 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/ |
PcatIo.c | 473 EfiBootServicesData,
486 EfiBootServicesData,
505 TempPciOptionRomDescriptors->MemoryType = EfiBootServicesData;
688 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiTypes.h | 188 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/ |
Capsule.c | 165 Status = gBS->AllocatePool (EfiBootServicesData, CapsuleSize, &BufferPtr);
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/ |
DriverEntryPoint.c | 103 Status = gBS->AllocatePool (EfiBootServicesData, Size, (VOID **) &NewDevicePath);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Memory/ |
MemoryServices.c | 125 EfiRuntimeServicesData, EfiBootServicesCode, EfiBootServicesData,
149 (MemoryType != EfiBootServicesData) &&
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Initialize.c | 47 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/ |
Ppm.c | 104 Status = gBS->AllocatePool (EfiBootServicesData, CurrentTable->Length, (VOID **) &Table);
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
SDMediaDevice.c | 168 EfiBootServicesData,
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/SasV1Dxe/ |
SasV1Dxe.c | 622 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->cmd_hdr[i]);
627 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->complete_hdr[i]);
632 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->status_buf[i]);
637 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->command_table[i]);
642 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->sge[i]);
648 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->iost);
653 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->breakpoint);
658 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->itct);
[all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/FdtUpdateLibD02/ |
FdtUpdateLib.c | 60 case EfiBootServicesData:
306 Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES(NewFdtBlobSize), &NewFdtBlobBase);
|