Home
last modified time | relevance | path

Searched refs:InternalAllocateZeroPool (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
DMemoryAllocationLib.c456 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
489 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in AllocateZeroPool()
511 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool()
533 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
685 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
DMemoryAllocationLib.c463 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
496 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in AllocateZeroPool()
518 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool()
540 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
692 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
DMemoryAllocationLib.c585 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
620 Buffer = InternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in AllocateZeroPool()
655 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool()
690 Buffer = InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
892 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
DMemoryAllocationLib.c582 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
617 Buffer = InternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in AllocateZeroPool()
652 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool()
687 Buffer = InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
889 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
DMemoryAllocationLib.c609 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
642 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateZeroPool()
664 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool()
841 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
DMemoryAllocationLib.c565 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
626 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool()
648 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
809 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
DMemoryAllocationLib.c453 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
486 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize); in GlueAllocateZeroPool()
508 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool()
530 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
DMemoryAllocationLib.c606 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
641 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateZeroPool()
676 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool()
887 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
DMemoryAllocationLib.c689 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
724 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateZeroPool()
759 Buffer = InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool()
973 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
DMemoryAllocationLib.c419 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
480 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize); in AllocateRuntimeZeroPool()
502 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
DRtDevicePath.c101 InternalAllocateZeroPool ( in InternalAllocateZeroPool() function
500 …FilePath = InternalAllocateZeroPool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + sizeof (EFI_DEVICE_P… in RtEfiFileDevicePath()