HomeSort by relevance Sort by last modified time
    Searched refs:InternalAllocatePages (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 39 InternalAllocatePages (
77 return InternalAllocatePages (EfiBootServicesData, Pages);
99 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
121 return InternalAllocatePages (EfiReservedMemoryType, Pages);
193 Memory = InternalAllocatePages (MemoryType, Pages + EFI_SIZE_TO_PAGES (Alignment));
331 return InternalAllocatePages (MemoryType, EFI_SIZE_TO_PAGES (AllocationSize));
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 41 InternalAllocatePages (
80 return InternalAllocatePages (EfiBootServicesData, Pages);
102 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
124 return InternalAllocatePages (EfiReservedMemoryType, Pages);
215 Memory = (EFI_PHYSICAL_ADDRESS) (UINTN) InternalAllocatePages (MemoryType, TotalPages);
477 return InternalAllocatePages (MemoryType, EFI_SIZE_TO_PAGES (AllocationSize));
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 48 InternalAllocatePages (
82 return InternalAllocatePages (EfiBootServicesData, Pages);
104 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
126 return InternalAllocatePages (EfiReservedMemoryType, Pages);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 39 InternalAllocatePages (
77 return InternalAllocatePages (EfiBootServicesData, Pages);
99 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
121 return InternalAllocatePages (EfiReservedMemoryType, Pages);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 39 InternalAllocatePages (
77 return InternalAllocatePages (EfiBootServicesData, Pages);
99 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
121 return InternalAllocatePages (EfiReservedMemoryType, Pages);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 76 InternalAllocatePages (
114 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
136 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 153 InternalAllocatePages (
191 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
213 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
MemoryAllocationLib.c 40 InternalAllocatePages (
78 return InternalAllocatePages (EfiBootServicesData, Pages);
100 return InternalAllocatePages (EfiRuntimeServicesData, Pages);
122 return InternalAllocatePages (EfiReservedMemoryType, Pages);
    [all...]

Completed in 60 milliseconds