/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
D | Pool.c | 210 IN EFI_MEMORY_TYPE PoolType, in CoreInternalAllocatePool() argument 220 if ((PoolType >= EfiMaxMemoryType && PoolType < MEMORY_TYPE_OEM_RESERVED_MIN) || in CoreInternalAllocatePool() 221 (PoolType == EfiConventionalMemory) || (PoolType == EfiPersistentMemory)) { in CoreInternalAllocatePool() 247 *Buffer = CoreAllocatePoolI (PoolType, Size); in CoreInternalAllocatePool() 270 IN EFI_MEMORY_TYPE PoolType, in CoreAllocatePool() argument 277 Status = CoreInternalAllocatePool (PoolType, Size, Buffer); in CoreAllocatePool() 282 PoolType, in CoreAllocatePool() 287 InstallMemoryAttributesTableOnMemoryAllocation (PoolType); in CoreAllocatePool() 304 IN EFI_MEMORY_TYPE PoolType, in CoreAllocatePoolI() argument 322 if (PoolType == EfiACPIReclaimMemory || in CoreAllocatePoolI() [all …]
|
D | Imem.h | 70 IN EFI_MEMORY_TYPE PoolType, 104 IN EFI_MEMORY_TYPE PoolType, 124 OUT EFI_MEMORY_TYPE *PoolType OPTIONAL
|
D | Page.c | 1840 IN EFI_MEMORY_TYPE PoolType, in CoreAllocatePoolPages() argument 1850 Start = FindFreePages (MAX_ADDRESS, NumberOfPages, PoolType, Alignment); in CoreAllocatePoolPages() 1858 CoreConvertPages (Start, NumberOfPages, PoolType); in CoreAllocatePoolPages()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | Pool.c | 129 IN EFI_MEMORY_TYPE PoolType, in InternalAllocPoolByIndex() argument 139 SmmPoolType = UefiMemoryTypeToSmmPoolType(PoolType); in InternalAllocPoolByIndex() 145 …Status = SmmInternalAllocatePages (AllocateAnyPages, PoolType, EFI_SIZE_TO_PAGES (MAX_POOL_SIZE <<… in InternalAllocPoolByIndex() 154 Status = InternalAllocPoolByIndex (PoolType, PoolIndex + 1, &Hdr); in InternalAllocPoolByIndex() 158 Hdr->Header.Type = PoolType; in InternalAllocPoolByIndex() 167 Hdr->Header.Type = PoolType; in InternalAllocPoolByIndex() 219 IN EFI_MEMORY_TYPE PoolType, in SmmInternalAllocatePool() argument 230 if (PoolType != EfiRuntimeServicesCode && in SmmInternalAllocatePool() 231 PoolType != EfiRuntimeServicesData) { in SmmInternalAllocatePool() 238 Status = SmmInternalAllocatePages (AllocateAnyPages, PoolType, Size, &Address); in SmmInternalAllocatePool() [all …]
|
D | PiSmmCore.h | 361 IN EFI_MEMORY_TYPE PoolType, 382 IN EFI_MEMORY_TYPE PoolType,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 420 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 426 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 524 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 534 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 670 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateAlignedPool() argument 694 RawAddress = InternalAllocatePool (PoolType, AllocationSize + AlignmentMask); in InternalAllocateAlignedPool() 822 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateAlignedZeroPool() argument 829 Memory = InternalAllocateAlignedPool (PoolType, AllocationSize, Alignment); in InternalAllocateAlignedZeroPool() 943 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateAlignedCopyPool() argument 954 Memory = InternalAllocateAlignedPool (PoolType, AllocationSize, Alignment); in InternalAllocateAlignedCopyPool()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 454 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 460 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 552 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 562 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 690 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateAlignedPool() argument 722 RawAddress = InternalAllocatePool (PoolType, RealAllocationSize); in InternalAllocateAlignedPool() 833 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateAlignedZeroPool() argument 839 Memory = InternalAllocateAlignedPool (PoolType, AllocationSize, Alignment); in InternalAllocateAlignedZeroPool() 947 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateAlignedCopyPool() argument 958 Memory = InternalAllocateAlignedPool (PoolType, AllocationSize, Alignment); in InternalAllocateAlignedCopyPool()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/ |
D | DebugUncachedMemoryAllocationLib.c | 306 IN EFI_MEMORY_TYPE PoolType, in UncachedInternalAllocateAlignedPool() argument 322 …AlignedAddress = UncachedInternalAllocateAlignedPages (PoolType, EFI_SIZE_TO_PAGES (AllocationSize… in UncachedInternalAllocateAlignedPool() 364 IN EFI_MEMORY_TYPE PoolType, in UncachedInternalAllocateAlignedZeroPool() argument 370 Memory = UncachedInternalAllocateAlignedPool (PoolType, AllocationSize, Alignment); in UncachedInternalAllocateAlignedZeroPool() 409 IN EFI_MEMORY_TYPE PoolType, in UncachedInternalAllocateAlignedCopyPool() argument 420 Memory = UncachedInternalAllocateAlignedPool (PoolType, AllocationSize, Alignment); in UncachedInternalAllocateAlignedCopyPool() 513 IN EFI_MEMORY_TYPE PoolType, in UncachedInternalAllocateZeroPool() argument 519 Memory = UncachedInternalAllocatePool (PoolType, AllocationSize); in UncachedInternalAllocateZeroPool() 555 IN EFI_MEMORY_TYPE PoolType, in UncachedInternalAllocateCopyPool() argument 565 Memory = UncachedInternalAllocatePool (PoolType, AllocationSize); in UncachedInternalAllocateCopyPool()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/ |
D | UncachedMemoryAllocationLib.c | 383 IN EFI_MEMORY_TYPE PoolType, in UncachedInternalAllocateAlignedPool() argument 399 …AlignedAddress = UncachedInternalAllocateAlignedPages (PoolType, EFI_SIZE_TO_PAGES (AllocationSize… in UncachedInternalAllocateAlignedPool() 439 IN EFI_MEMORY_TYPE PoolType, in UncachedInternalAllocateAlignedZeroPool() argument 445 Memory = UncachedInternalAllocateAlignedPool (PoolType, AllocationSize, Alignment); in UncachedInternalAllocateAlignedZeroPool() 484 IN EFI_MEMORY_TYPE PoolType, in UncachedInternalAllocateAlignedCopyPool() argument 495 Memory = UncachedInternalAllocateAlignedPool (PoolType, AllocationSize, Alignment); in UncachedInternalAllocateAlignedCopyPool() 583 IN EFI_MEMORY_TYPE PoolType, in UncachedInternalAllocateZeroPool() argument 589 Memory = UncachedInternalAllocatePool (PoolType, AllocationSize); in UncachedInternalAllocateZeroPool() 625 IN EFI_MEMORY_TYPE PoolType, in UncachedInternalAllocateCopyPool() argument 635 Memory = UncachedInternalAllocatePool (PoolType, AllocationSize); in UncachedInternalAllocateCopyPool()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 457 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 463 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 555 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 565 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 677 IN EFI_MEMORY_TYPE PoolType, in InternalReallocatePool() argument 685 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 464 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 470 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 562 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 572 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 684 IN EFI_MEMORY_TYPE PoolType, in InternalReallocatePool() argument 692 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 610 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 616 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 708 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 718 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 833 IN EFI_MEMORY_TYPE PoolType, in InternalReallocatePool() argument 841 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 566 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 572 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 670 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 680 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 801 IN EFI_MEMORY_TYPE PoolType, in InternalReallocatePool() argument 809 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 586 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 592 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 723 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 733 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 884 IN EFI_MEMORY_TYPE PoolType, in InternalReallocatePool() argument 892 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
|
D | DxeCoreMemoryAllocationServices.h | 86 IN EFI_MEMORY_TYPE PoolType,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
D | MemoryAllocationLib.c | 583 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 589 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 720 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 730 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 881 IN EFI_MEMORY_TYPE PoolType, in InternalReallocatePool() argument 889 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 607 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 613 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 731 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 741 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 879 IN EFI_MEMORY_TYPE PoolType, in InternalReallocatePool() argument 887 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
|
D | PiSmmCoreMemoryAllocationServices.h | 171 IN EFI_MEMORY_TYPE PoolType,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/ |
D | MemoryAllocationLib.c | 690 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 696 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 814 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 824 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 965 IN EFI_MEMORY_TYPE PoolType, in InternalReallocatePool() argument 973 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/ |
D | SmmBaseOnSmmBase2Thunk.c | 311 IN EFI_MEMORY_TYPE PoolType, in SmmBaseSmmAllocatePool() argument 321 mCommunicationData.FunctionData.Args.AllocatePool.PoolType = PoolType; in SmmBaseSmmAllocatePool()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Include/Guid/ |
D | SmmBaseThunkCommunication.h | 43 EFI_MEMORY_TYPE PoolType; member
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
D | SmmBase.h | 228 IN EFI_MEMORY_TYPE PoolType,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
D | DxeMain.h | 1349 IN EFI_MEMORY_TYPE PoolType, 1370 IN EFI_MEMORY_TYPE PoolType, 1404 OUT EFI_MEMORY_TYPE *PoolType OPTIONAL
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/ |
D | SmmBase.h | 96 IN EFI_MEMORY_TYPE PoolType, 681 IN EFI_MEMORY_TYPE PoolType,
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/ |
D | SmmCis.h | 52 IN EFI_MEMORY_TYPE PoolType,
|