Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPool.c209 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 …]
DImem.h70 IN EFI_MEMORY_TYPE PoolType,
104 IN EFI_MEMORY_TYPE PoolType,
DPage.c1791 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/
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/MdeModulePkg/Core/PiSmmCore/
DPool.c194 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()
DPiSmmCore.h358 IN EFI_MEMORY_TYPE PoolType,
379 IN EFI_MEMORY_TYPE PoolType,
/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/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
DMemoryAllocationLib.c466 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()
DDxeCoreMemoryAllocationServices.h86 IN EFI_MEMORY_TYPE PoolType,
/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/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
DMemoryAllocationLib.c527 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()
DPiSmmCoreMemoryAllocationServices.h171 IN EFI_MEMORY_TYPE PoolType,
/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/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/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,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h1393 IN EFI_MEMORY_TYPE PoolType,
1414 IN EFI_MEMORY_TYPE PoolType,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiApi.h84 IN EFI_MEMORY_TYPE PoolType,
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiSpec.h241 IN EFI_MEMORY_TYPE PoolType,

12