Searched defs:AllocatePool (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DPeiCis.h168 EFI_PEI_ALLOCATE_POOL AllocatePool; member in struct:_FRAMEWORK_EFI_PEI_SERVICES
H A DDxeCis.h94 EFI_ALLOCATE_POOL AllocatePool; member in struct:__anon10529
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c362 AllocatePool ( function
468 Memory = AllocatePool (AllocationSize);
584 Memory = AllocatePool (AllocationSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c395 AllocatePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c62 mSmramRanges = (EFI_SMRAM_DESCRIPTOR *) AllocatePool (Size);
498 AllocatePool ( function
925 // When Buffer is out of SMRAM range, it should be allocated by gBS->AllocatePool() service.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/
H A DMemoryAllocationLib.c79 mSmramRanges = (EFI_SMRAM_DESCRIPTOR *) AllocatePool (Size);
538 AllocatePool ( function
971 // When Buffer is out of SMRAM range, it should be allocated by gBS->AllocatePool() service.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c374 Status = gBS->AllocatePool (MemoryType, AllocationSize, &Memory);
395 AllocatePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiPeiCis.h788 EFI_PEI_ALLOCATE_POOL AllocatePool; member in struct:_EFI_PEI_SERVICES
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h876 must be allocated by calling AllocatePool().
1816 EFI_ALLOCATE_POOL AllocatePool; member in struct:__anon12446
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h876 must be allocated by calling AllocatePool().
1812 EFI_ALLOCATE_POOL AllocatePool; member in struct:__anon15720

Completed in 81 milliseconds