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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 65 InternalAllocateCopyPool (
348 NewDevicePath = InternalAllocateCopyPool (Size, DevicePath);
403 NewDevicePath = InternalAllocateCopyPool (Size, Src1);
450 Temp = InternalAllocateCopyPool (NodeLength + sizeof (EFI_DEVICE_PATH_PROTOCOL), Node);
568 Ptr = InternalAllocateCopyPool (SrcSize + InstanceSize, Src);
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 554 InternalAllocateCopyPool (
596 return InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer);
623 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
650 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 561 InternalAllocateCopyPool (
603 return InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer);
630 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
657 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 523 InternalAllocateCopyPool (
599 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
625 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 669 InternalAllocateCopyPool (
747 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
774 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 707 InternalAllocateCopyPool (
750 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
778 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
MemoryAllocationLib.c 551 InternalAllocateCopyPool (
592 return InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer);
618 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
644 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 722 InternalAllocateCopyPool (
766 NewBuffer = InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer);
806 NewBuffer = InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
846 NewBuffer = InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
MemoryAllocationLib.c 719 InternalAllocateCopyPool (
763 NewBuffer = InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer);
803 NewBuffer = InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
843 NewBuffer = InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 730 InternalAllocateCopyPool (
774 NewBuffer = InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
814 NewBuffer = InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
MemoryAllocationLib.c 813 InternalAllocateCopyPool (
858 NewBuffer = InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
899 NewBuffer = InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
    [all...]

Completed in 55 milliseconds