/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
D | Pool.c | 209 IN EFI_MEMORY_TYPE PoolType, in CoreInternalAllocatePool() argument 219 if ((PoolType >= EfiMaxMemoryType && PoolType < MEMORY_TYPE_OEM_RESERVED_MIN) || in CoreInternalAllocatePool() 220 (PoolType == EfiConventionalMemory) || (PoolType == EfiPersistentMemory)) { in CoreInternalAllocatePool() 246 *Buffer = CoreAllocatePoolI (PoolType, Size); in CoreInternalAllocatePool() 267 IN EFI_MEMORY_TYPE PoolType, in CoreAllocatePool() argument 274 Status = CoreInternalAllocatePool (PoolType, Size, Buffer); in CoreAllocatePool() 276 …CAL_ADDRESS) (UINTN) RETURN_ADDRESS (0), MemoryProfileActionAllocatePool, PoolType, Size, *Buffer); in CoreAllocatePool() 293 IN EFI_MEMORY_TYPE PoolType, in CoreAllocatePoolI() argument 311 if (PoolType == EfiACPIReclaimMemory || in CoreAllocatePoolI() 312 PoolType == EfiACPIMemoryNVS || in CoreAllocatePoolI() [all …]
|
D | Imem.h | 70 IN EFI_MEMORY_TYPE PoolType, 104 IN EFI_MEMORY_TYPE PoolType,
|
D | Page.c | 1791 IN EFI_MEMORY_TYPE PoolType, in CoreAllocatePoolPages() argument 1801 Start = FindFreePages (MAX_ADDRESS, NumberOfPages, PoolType, Alignment); in CoreAllocatePoolPages() 1809 CoreConvertPages (Start, NumberOfPages, PoolType); in CoreAllocatePoolPages()
|
/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/MdeModulePkg/Core/PiSmmCore/ |
D | Pool.c | 194 IN EFI_MEMORY_TYPE PoolType, in SmmInternalAllocatePool() argument 205 if (PoolType != EfiRuntimeServicesCode && in SmmInternalAllocatePool() 206 PoolType != EfiRuntimeServicesData) { in SmmInternalAllocatePool() 213 Status = SmmInternalAllocatePages (AllocateAnyPages, PoolType, Size, &Address); in SmmInternalAllocatePool() 254 IN EFI_MEMORY_TYPE PoolType, in SmmAllocatePool() argument 261 Status = SmmInternalAllocatePool (PoolType, Size, Buffer); in SmmAllocatePool() 263 …CAL_ADDRESS) (UINTN) RETURN_ADDRESS (0), MemoryProfileActionAllocatePool, PoolType, Size, *Buffer); in SmmAllocatePool()
|
D | PiSmmCore.h | 358 IN EFI_MEMORY_TYPE PoolType, 379 IN EFI_MEMORY_TYPE PoolType,
|
/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/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 466 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 472 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 564 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 574 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 686 IN EFI_MEMORY_TYPE PoolType, in InternalReallocatePool() argument 694 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
|
D | DxeCoreMemoryAllocationServices.h | 86 IN EFI_MEMORY_TYPE PoolType,
|
/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/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 527 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateZeroPool() argument 533 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateZeroPool() 625 IN EFI_MEMORY_TYPE PoolType, in InternalAllocateCopyPool() argument 635 Memory = InternalAllocatePool (PoolType, AllocationSize); in InternalAllocateCopyPool() 747 IN EFI_MEMORY_TYPE PoolType, in InternalReallocatePool() argument 755 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize); in InternalReallocatePool()
|
D | PiSmmCoreMemoryAllocationServices.h | 171 IN EFI_MEMORY_TYPE PoolType,
|
/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/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/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,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
D | DxeMain.h | 1393 IN EFI_MEMORY_TYPE PoolType, 1414 IN EFI_MEMORY_TYPE PoolType,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiApi.h | 84 IN EFI_MEMORY_TYPE PoolType,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
D | UefiSpec.h | 241 IN EFI_MEMORY_TYPE PoolType,
|