Searched defs:PoolType (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPool.c205 @param PoolType Type of pool to allocate.
210 @retval EFI_INVALID_PARAMETER PoolType not valid.
218 IN EFI_MEMORY_TYPE PoolType,
229 if (PoolType != EfiRuntimeServicesCode &&
230 PoolType != EfiRuntimeServicesData) {
237 Status = SmmAllocatePages (AllocateAnyPages, PoolType, Size, &Address);
217 SmmAllocatePool( IN EFI_MEMORY_TYPE PoolType, IN UINTN Size, OUT VOID **Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c426 @param PoolType The type of memory to allocate.
434 IN EFI_MEMORY_TYPE PoolType,
440 Memory = InternalAllocatePool (PoolType, AllocationSize);
529 @param PoolType The type of pool to allocate.
538 IN EFI_MEMORY_TYPE PoolType,
548 Memory = InternalAllocatePool (PoolType, AllocationSize);
649 specified by PoolType. If OldBuffer is not NULL, then the smaller of OldSize and
658 @param PoolType The type of pool to allocate.
669 IN EFI_MEMORY_TYPE PoolType,
677 NewBuffer = InternalAllocateZeroPool (PoolType, NewSiz
433 InternalAllocateZeroPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize ) argument
537 InternalAllocateCopyPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument
668 InternalReallocatePool( IN EFI_MEMORY_TYPE PoolType, IN UINTN OldSize, IN UINTN NewSize, IN VOID *OldBuffer OPTIONAL ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPVideoPortAPI.cpp55 vboxAllocatePoolVoid(IN PVOID HwDeviceExtension, IN VBOXVP_POOL_TYPE PoolType, IN size_t NumberOfBytes, IN ULONG Tag) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPool.c165 @param PoolType Type of pool to allocate
170 @retval EFI_INVALID_PARAMETER PoolType not valid or Buffer is NULL.
178 IN EFI_MEMORY_TYPE PoolType,
188 if ((PoolType >= EfiMaxMemoryType && PoolType <= 0x7fffffff) ||
189 PoolType == EfiConventionalMemory) {
215 *Buffer = CoreAllocatePoolI (PoolType, Size);
226 @param PoolType Type of pool to allocate
234 IN EFI_MEMORY_TYPE PoolType,
264 Pool = LookupPoolHead (PoolType);
177 CoreAllocatePool( IN EFI_MEMORY_TYPE PoolType, IN UINTN Size, OUT VOID **Buffer ) argument
233 CoreAllocatePoolI( IN EFI_MEMORY_TYPE PoolType, IN UINTN Size ) argument
[all...]
H A DPage.c1546 @param PoolType The type of memory for the new pool pages
1555 IN EFI_MEMORY_TYPE PoolType,
1565 Start = FindFreePages (MAX_ADDRESS, NumberOfPages, PoolType, Alignment);
1573 CoreConvertPages (Start, NumberOfPages, PoolType);
1554 CoreAllocatePoolPages( IN EFI_MEMORY_TYPE PoolType, IN UINTN NumberOfPages, IN UINTN Alignment ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c452 @param PoolType The type of memory to allocate.
460 IN EFI_MEMORY_TYPE PoolType,
466 Memory = InternalAllocatePool (PoolType, AllocationSize);
549 @param PoolType The type of pool to allocate.
558 IN EFI_MEMORY_TYPE PoolType,
568 Memory = InternalAllocatePool (PoolType, AllocationSize);
660 specified by PoolType. If OldBuffer is not NULL, then the smaller of OldSize and
669 @param PoolType The type of pool to allocate.
680 IN EFI_MEMORY_TYPE PoolType,
688 NewBuffer = InternalAllocateZeroPool (PoolType, NewSiz
459 InternalAllocateZeroPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize ) argument
557 InternalAllocateCopyPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument
679 InternalReallocatePool( IN EFI_MEMORY_TYPE PoolType, IN UINTN OldSize, IN UINTN NewSize, IN VOID *OldBuffer OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c555 @param PoolType The type of memory to allocate.
563 IN EFI_MEMORY_TYPE PoolType,
569 Memory = InternalAllocatePool (PoolType, AllocationSize);
652 @param PoolType The type of pool to allocate.
661 IN EFI_MEMORY_TYPE PoolType,
671 Memory = InternalAllocatePool (PoolType, AllocationSize);
763 specified by PoolType. If OldBuffer is not NULL, then the smaller of OldSize and
772 @param PoolType The type of pool to allocate.
783 IN EFI_MEMORY_TYPE PoolType,
791 NewBuffer = InternalAllocateZeroPool (PoolType, NewSiz
562 InternalAllocateZeroPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize ) argument
660 InternalAllocateCopyPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument
782 InternalReallocatePool( IN EFI_MEMORY_TYPE PoolType, IN UINTN OldSize, IN UINTN NewSize, IN VOID *OldBuffer OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/
H A DMemoryAllocationLib.c597 @param PoolType The type of memory to allocate.
605 IN EFI_MEMORY_TYPE PoolType,
611 Memory = InternalAllocatePool (PoolType, AllocationSize);
694 @param PoolType The type of pool to allocate.
703 IN EFI_MEMORY_TYPE PoolType,
713 Memory = InternalAllocatePool (PoolType, AllocationSize);
808 specified by PoolType. If OldBuffer is not NULL, then the smaller of OldSize and
817 @param PoolType The type of pool to allocate.
828 IN EFI_MEMORY_TYPE PoolType,
836 NewBuffer = InternalAllocateZeroPool (PoolType, NewSiz
604 InternalAllocateZeroPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize ) argument
702 InternalAllocateCopyPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument
827 InternalReallocatePool( IN EFI_MEMORY_TYPE PoolType, IN UINTN OldSize, IN UINTN NewSize, IN VOID *OldBuffer OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c452 @param PoolType The type of memory to allocate.
460 IN EFI_MEMORY_TYPE PoolType,
466 Memory = InternalAllocatePool (PoolType, AllocationSize);
549 @param PoolType The type of pool to allocate.
558 IN EFI_MEMORY_TYPE PoolType,
568 Memory = InternalAllocatePool (PoolType, AllocationSize);
660 specified by PoolType. If OldBuffer is not NULL, then the smaller of OldSize and
669 @param PoolType The type of pool to allocate.
680 IN EFI_MEMORY_TYPE PoolType,
688 NewBuffer = InternalAllocateZeroPool (PoolType, NewSiz
459 InternalAllocateZeroPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize ) argument
557 InternalAllocateCopyPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument
679 InternalReallocatePool( IN EFI_MEMORY_TYPE PoolType, IN UINTN OldSize, IN UINTN NewSize, IN VOID *OldBuffer OPTIONAL ) argument
[all...]

Completed in 44 milliseconds