HomeSort by relevance Sort by last modified time
    Searched refs:InternalAllocatePool (Results 1 - 11 of 11) 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/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/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/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 451 InternalAllocatePool (
488 Buffer = InternalAllocatePool (EfiBootServicesData, AllocationSize);
522 Buffer = InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
556 Buffer = InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
592 Memory = InternalAllocatePool (PoolType, AllocationSize);
733 Memory = InternalAllocatePool (PoolType, AllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
MemoryAllocationLib.c 450 InternalAllocatePool (
485 Buffer = InternalAllocatePool (EfiBootServicesData, AllocationSize);
519 Buffer = InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
553 Buffer = InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
589 Memory = InternalAllocatePool (PoolType, AllocationSize);
730 Memory = InternalAllocatePool (PoolType, AllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 485 InternalAllocatePool (
522 Buffer = InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
556 Buffer = InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
613 Memory = InternalAllocatePool (PoolType, AllocationSize);
741 Memory = InternalAllocatePool (PoolType, AllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
MemoryAllocationLib.c 567 InternalAllocatePool (
603 Buffer = InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
638 Buffer = InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
696 Memory = InternalAllocatePool (PoolType, AllocationSize);
824 Memory = InternalAllocatePool (PoolType, AllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 37 InternalAllocatePool (
122 Memory = InternalAllocatePool (AllocationSize);

Completed in 1062 milliseconds