/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
Fv.c | 47 mS3Supported ? EfiACPIMemoryNVS : EfiBootServicesData
68 SecureS3Needed ? EfiACPIMemoryNVS : EfiBootServicesData
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
EfiLibAllocate.c | 48 gBS->AllocatePool (EfiBootServicesData, AllocationSize, &Memory);
166 gBS->AllocatePool (EfiBootServicesData, AllocationSize, &Memory);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
MemoryAllocationLib.c | 62 Allocates one or more 4KB pages of type EfiBootServicesData.
64 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
82 Buffer = InternalAllocatePages (EfiBootServicesData, Pages);
87 EfiBootServicesData,
284 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
286 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
310 Buffer = InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment);
315 EfiBootServicesData,
469 Allocates a buffer of type EfiBootServicesData.
471 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
MemoryAllocationLib.c | 61 Allocates one or more 4KB pages of type EfiBootServicesData.
63 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
81 Buffer = InternalAllocatePages (EfiBootServicesData, Pages);
86 EfiBootServicesData,
283 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
285 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
309 Buffer = InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment);
314 EfiBootServicesData,
466 Allocates a buffer of type EfiBootServicesData.
468 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ipf/ |
DxeLoadFunc.c | 55 BuildBspStoreHob ((EFI_PHYSICAL_ADDRESS) (UINTN) BspStore, BSP_STORE_SIZE, EfiBootServicesData);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/ |
VarCheckHiiGenFromHii.c | 51 Status = gBS->AllocatePages (AllocateAnyPages, EfiBootServicesData, EFI_SIZE_TO_PAGES (BufferSize), &BufferAddress);
|
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
UefiMultiPhase.h | 45 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/ |
DxeTscTimerLib.c | 77 Status = gBS->AllocatePool (EfiBootServicesData, sizeof (UINT64), (VOID **) &TscFrequency);
|
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/ |
ConsDecons.c | 42 EfiBootServicesData, __wchar_bitmap_size, (VOID **)&__wchar_bitmap);
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/ |
MemoryAllocationLib.c | 64 Allocates one or more 4KB pages of type EfiBootServicesData.
66 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
82 return InternalAllocatePages (EfiBootServicesData, Pages);
249 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
251 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
272 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment);
379 Allocates a buffer of type EfiBootServicesData.
381 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a
396 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
471 Allocates and zeros a buffer of type EfiBootServicesData. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/ |
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);
242 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
244 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
266 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment);
386 Allocates a buffer of type EfiBootServicesData.
388 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a
403 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
478 Allocates and zeros a buffer of type EfiBootServicesData. [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/ |
MemoryAllocationLib.c | 60 Allocates one or more 4KB pages of type EfiBootServicesData.
62 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
78 return InternalAllocatePages (EfiBootServicesData, Pages);
240 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
242 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
262 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment);
376 Allocates a buffer of type EfiBootServicesData.
378 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a
393 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
468 Allocates and zeros a buffer of type EfiBootServicesData. [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
DriverDiagnostics.c | 208 EfiBootServicesData,
229 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
UefiMultiPhase.h | 29 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/ |
NullDmaLib.c | 82 @param MemoryType The type of memory to allocate, EfiBootServicesData or
108 // The only valid memory types are EfiBootServicesData and EfiRuntimeServicesData
112 if (MemoryType == EfiBootServicesData) {
|
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
UefiMultiPhase.h | 28 EfiBootServicesData,
|
/external/syslinux/gpxe/src/interface/efi/ |
efi_umalloc.c | 58 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/ |
DebugUncachedMemoryAllocationLib.c | 168 return UncachedInternalAllocatePages (EfiBootServicesData, Pages);
339 return UncachedInternalAllocateAlignedPool (EfiBootServicesData, AllocationSize, Alignment);
384 return UncachedInternalAllocateAlignedZeroPool (EfiBootServicesData, AllocationSize, Alignment);
435 return UncachedInternalAllocateAlignedCopyPool (EfiBootServicesData, AllocationSize, Buffer, Alignment);
490 return UncachedInternalAllocatePool (EfiBootServicesData, AllocationSize);
532 return UncachedInternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
579 return UncachedInternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer);
|
/device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/ |
UncachedMemoryAllocationLib.c | 310 return UncachedInternalAllocatePages (EfiBootServicesData, Pages);
414 return UncachedInternalAllocateAlignedPool (EfiBootServicesData, AllocationSize, Alignment);
459 return UncachedInternalAllocateAlignedZeroPool (EfiBootServicesData, AllocationSize, Alignment);
510 return UncachedInternalAllocateAlignedCopyPool (EfiBootServicesData, AllocationSize, Buffer, Alignment);
560 return UncachedInternalAllocatePool (EfiBootServicesData, AllocationSize);
602 return UncachedInternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
649 return UncachedInternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
UsbHcMem.c | 40 EfiBootServicesData,
62 EfiBootServicesData,
75 EfiBootServicesData,
367 EfiBootServicesData,
615 EfiBootServicesData,
628 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/ |
DebugImageInfo.c | 69 EfiBootServicesData,
84 EfiBootServicesData,
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ |
DxeSupport.c | 142 gBS->AllocatePool (EfiBootServicesData, sizeof (EFI_STATUS_CODE_DATA) + ExtendedDataSize, (VOID **)&StatusCodeData);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiMemoryAllocationLib/ |
MemoryAllocationLib.c | 25 Allocates one or more 4KB pages of type EfiBootServicesData.
75 EfiBootServicesData
83 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
85 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
162 Allocates a buffer of type EfiBootServicesData.
164 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a
|
/external/avb/examples/uefi/ |
uefi_avb_sysdeps.c | 93 BS->AllocatePool, 3, EfiBootServicesData, (UINTN)size, &x);
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
MemoryAllocationLib.c | 62 Allocates one or more 4KB pages of type EfiBootServicesData.
64 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
80 return InternalAllocatePages (EfiBootServicesData, Pages);
337 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
339 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
362 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment);
481 Allocates a buffer of type EfiBootServicesData.
483 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a
580 Allocates and zeros a buffer of type EfiBootServicesData.
582 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData, clears the [all...] |