Searched refs:InternalAllocatePool (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c335 InternalAllocatePool ( function
394 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
415 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
440 Memory = InternalAllocatePool (PoolType, AllocationSize);
548 Memory = InternalAllocatePool (PoolType, AllocationSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c366 InternalAllocatePool ( function
399 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
420 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
441 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
466 Memory = InternalAllocatePool (PoolType, AllocationSize);
568 Memory = InternalAllocatePool (PoolType, AllocationSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c366 InternalAllocatePool ( function
399 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
420 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
441 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
466 Memory = InternalAllocatePool (PoolType, AllocationSize);
568 Memory = InternalAllocatePool (PoolType, AllocationSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c469 InternalAllocatePool ( function
502 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
523 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
569 Memory = InternalAllocatePool (PoolType, AllocationSize);
671 Memory = InternalAllocatePool (PoolType, AllocationSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/
H A DMemoryAllocationLib.c508 InternalAllocatePool ( function
542 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
564 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize);
611 Memory = InternalAllocatePool (PoolType, AllocationSize);
713 Memory = InternalAllocatePool (PoolType, AllocationSize);

Completed in 52 milliseconds