HomeSort by relevance Sort by last modified time
    Searched defs:AllocatePages (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueMemoryAllocationLib.h 27 #define AllocatePages(_PAGES) GlueAllocatePages(_PAGES)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiMemoryAllocationLib/
MemoryAllocationLib.c 39 AllocatePages (
123 Memory = (VOID *)(UINTN)AllocatePages (Pages + EFI_SIZE_TO_PAGES (Alignment));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeiLib.c 678 AllocatePages (
706 Status = (*PeiServices)->AllocatePages (PeiServices, EfiBootServicesData, Pages, &Memory);
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 78 AllocatePages (
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
PeiCis.h 167 EFI_PEI_ALLOCATE_PAGES AllocatePages;
DxeCis.h 91 EFI_ALLOCATE_PAGES AllocatePages;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 76 AllocatePages (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
MemoryAllocationLib.c 53 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, Pages, &Memory);
75 AllocatePages (
247 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
273 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, Pages, &Memory);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 76 AllocatePages (
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 51 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, Pages, &Memory);
73 AllocatePages (
206 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
232 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, Pages, &Memory);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 112 AllocatePages (
224 // When Buffer is out of SMRAM range, it should be allocated by gBS->AllocatePages() service.
463 // When Buffer is out of SMRAM range, it should be allocated by gBS->AllocatePages() service.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
MemoryAllocationLib.c 189 AllocatePages (
301 // When Buffer is out of SMRAM range, it should be allocated by gBS->AllocatePages() service.
544 // When Buffer is out of SMRAM range, it should be allocated by gBS->AllocatePages() service.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 187 AllocatePages (
273 // When Buffer is out of SMRAM range, it should be allocated by gBS->AllocatePages() service.
490 // When Buffer is out of SMRAM range, it should be allocated by gBS->AllocatePages() service.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiApi.h 529 EFI_PEI_ALLOCATE_PAGES AllocatePages;
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiPeiCis.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h 982 EFI_ALLOCATE_PAGES AllocatePages;
    [all...]
  /external/syslinux/efi32/include/efi/
efiapi.h 744 EFI_ALLOCATE_PAGES AllocatePages;
  /external/syslinux/efi64/include/efi/
efiapi.h 744 EFI_ALLOCATE_PAGES AllocatePages;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiapi.h 744 EFI_ALLOCATE_PAGES AllocatePages;
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h 173 AllocatePages().
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiSpec.h 130 AllocatePages().
    [all...]

Completed in 504 milliseconds