Home
last modified time | relevance | path

Searched refs:PoolType (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPool.c210 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 …]
DImem.h70 IN EFI_MEMORY_TYPE PoolType,
104 IN EFI_MEMORY_TYPE PoolType,
124 OUT EFI_MEMORY_TYPE *PoolType OPTIONAL
DPage.c1840 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/
DPool.c129 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 …]
DPiSmmCore.h361 IN EFI_MEMORY_TYPE PoolType,
382 IN EFI_MEMORY_TYPE PoolType,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
DMemoryAllocationLib.c420 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/
DMemoryAllocationLib.c454 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/
DDebugUncachedMemoryAllocationLib.c306 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/
DUncachedMemoryAllocationLib.c383 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/
DMemoryAllocationLib.c457 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/
DMemoryAllocationLib.c464 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/
DMemoryAllocationLib.c610 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/
DMemoryAllocationLib.c566 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/
DMemoryAllocationLib.c586 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()
DDxeCoreMemoryAllocationServices.h86 IN EFI_MEMORY_TYPE PoolType,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
DMemoryAllocationLib.c583 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/
DMemoryAllocationLib.c607 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()
DPiSmmCoreMemoryAllocationServices.h171 IN EFI_MEMORY_TYPE PoolType,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
DMemoryAllocationLib.c690 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/
DSmmBaseOnSmmBase2Thunk.c311 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/
DSmmBaseThunkCommunication.h43 EFI_MEMORY_TYPE PoolType; member
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DSmmBase.h228 IN EFI_MEMORY_TYPE PoolType,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h1349 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/
DSmmBase.h96 IN EFI_MEMORY_TYPE PoolType,
681 IN EFI_MEMORY_TYPE PoolType,
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DSmmCis.h52 IN EFI_MEMORY_TYPE PoolType,

12