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

  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 456 InternalAllocateZeroPool (
489 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
511 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
533 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
685 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 463 InternalAllocateZeroPool (
496 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
518 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
540 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
692 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 565 InternalAllocateZeroPool (
626 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
648 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
809 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 609 InternalAllocateZeroPool (
642 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
664 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
841 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 585 InternalAllocateZeroPool (
620 Buffer = InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
655 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
690 Buffer = InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
892 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
MemoryAllocationLib.c 582 InternalAllocateZeroPool (
617 Buffer = InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
652 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
687 Buffer = InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
889 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 419 InternalAllocateZeroPool (
480 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
502 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
MemoryAllocationLib.c 453 InternalAllocateZeroPool (
486 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
508 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
530 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 606 InternalAllocateZeroPool (
641 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
676 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
887 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
MemoryAllocationLib.c 689 InternalAllocateZeroPool (
724 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
759 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
973 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 101 InternalAllocateZeroPool (
500 FilePath = InternalAllocateZeroPool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + sizeof (EFI_DEVICE_PATH_PROTOCOL));

Completed in 854 milliseconds