HomeSort by relevance Sort by last modified time
    Searched refs:InternalAllocateCopyPool (Results 1 - 9 of 9) 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/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 563 InternalAllocateCopyPool (
605 return InternalAllocateCopyPool (EfiBootServicesData, AllocationSize, Buffer);
632 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
659 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/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 624 InternalAllocateCopyPool (
666 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
693 return InternalAllocateCopyPool (EfiRuntimeServicesData, AllocationSize, Buffer);
  /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...]

Completed in 871 milliseconds