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

  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 370 InternalAllocatePool (
396 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
417 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
438 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
463 Memory = InternalAllocatePool (PoolType, AllocationSize);
565 Memory = InternalAllocatePool (PoolType, AllocationSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 321 InternalAllocatePool (
380 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
401 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
426 Memory = InternalAllocatePool (PoolType, AllocationSize);
534 Memory = InternalAllocatePool (PoolType, AllocationSize);
694 RawAddress = InternalAllocatePool (PoolType, AllocationSize + AlignmentMask);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 370 InternalAllocatePool (
405 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
426 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
447 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
472 Memory = InternalAllocatePool (PoolType, AllocationSize);
574 Memory = InternalAllocatePool (PoolType, AllocationSize);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 370 InternalAllocatePool (
403 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
424 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
445 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
470 Memory = InternalAllocatePool (PoolType, AllocationSize);
572 Memory = InternalAllocatePool (PoolType, AllocationSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
MemoryAllocationLib.c 360 InternalAllocatePool (
393 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
414 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
435 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
460 Memory = InternalAllocatePool (PoolType, AllocationSize);
562 Memory = InternalAllocatePool (PoolType, AllocationSize);
722 RawAddress = InternalAllocatePool (PoolType, RealAllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 431 InternalAllocatePool (
466 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
487 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
533 Memory = InternalAllocatePool (PoolType, AllocationSize);
635 Memory = InternalAllocatePool (PoolType, AllocationSize);
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 467 InternalAllocatePool (
526 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
547 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
572 Memory = InternalAllocatePool (PoolType, AllocationSize);
680 Memory = InternalAllocatePool (PoolType, AllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 513 InternalAllocatePool (
547 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
569 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
616 Memory = InternalAllocatePool (PoolType, AllocationSize);
718 Memory = InternalAllocatePool (PoolType, AllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 37 InternalAllocatePool (
122 Memory = InternalAllocatePool (AllocationSize);

Completed in 346 milliseconds