Searched refs:AllocateRuntimePool (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
H A DRtMemoryStatusCodeWorker.c33 mRtMemoryStatusCodeTable = AllocateRuntimePool (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
H A DMemoryStatusCodeWorker.c33 mRtMemoryStatusCodeTable = AllocateRuntimePool (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DInstallConfigurationTable.c118 EfiConfigurationTable = AllocateRuntimePool (mSystemTableAllocateSize);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DCapsules.c174 CapsuleTable = AllocateRuntimePool (Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DMemoryAllocationLib.h232 AllocateRuntimePool (
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
H A DSmmRuntimeDxeSupport.c264 mStatusCodeData = AllocateRuntimePool (sizeof (EFI_STATUS_CODE_DATA) + EFI_STATUS_CODE_DATA_MAX_SIZE);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/
H A DPlatform.c269 AllocateRuntimePool (
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRuntimeMemAllocation.c358 Buffer = AllocateRuntimePool (MIN_REQUIRED_BLOCKS * 1024);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c390 AllocateRuntimePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/
H A DPlatform.c351 AllocateRuntimePool (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c416 AllocateRuntimePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c519 AllocateRuntimePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/
H A DMemoryAllocationLib.c560 AllocateRuntimePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c416 AllocateRuntimePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c173 mHashCtx = AllocateRuntimePool (CtxSize);
181 mStorageArea = AllocateRuntimePool (PcdGet32 (PcdMaxVariableSize));
190 mSerializationRuntimeBuffer = AllocateRuntimePool (PcdGet32 (PcdMaxVariableSize) + sizeof (EFI_GUID) + sizeof (UINT32) + sizeof (EFI_TIME));
H A DVariableSmmRuntimeDxe.c508 mVariableBuffer = AllocateRuntimePool (mVariableBufferSize);
H A DVariable.c1218 mVariableModuleGlobal->PlatformLang = AllocateRuntimePool (DataSize);
2612 VolatileVariableStore = AllocateRuntimePool (PcdGet32 (PcdVariableStoreSize) + ScratchSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmmRuntimeDxe.c508 mVariableBuffer = AllocateRuntimePool (mVariableBufferSize);
H A DVariable.c1214 mVariableModuleGlobal->PlatformLang = AllocateRuntimePool (DataSize);
2450 VolatileVariableStore = AllocateRuntimePool (PcdGet32 (PcdVariableStoreSize) + ScratchSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c620 Image->ImageContext.FixupData = AllocateRuntimePool ((UINTN)(Image->ImageContext.FixupDataSize));
701 Image->RuntimeData = AllocateRuntimePool (sizeof(EFI_RUNTIME_IMAGE_ENTRY));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DEmuVariable.c732 mVariableModuleGlobal->PlatformLang = AllocateRuntimePool (DataSize);
1644 VariableStore = (VARIABLE_STORE_HEADER *) AllocateRuntimePool (PcdGet32 (PcdVariableStoreSize));
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DEmuVariable.c771 mVariableModuleGlobal->PlatformLang = AllocateRuntimePool (DataSize);
1683 VariableStore = (VARIABLE_STORE_HEADER *) AllocateRuntimePool (PcdGet32 (PcdVariableStoreSize));
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c59 mVariableModuleGlobal->HashContext[Physical] = AllocateRuntimePool (CtxSize);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1323 BootOptionName = AllocateRuntimePool(256 * sizeof(UINT16));
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c694 NewImageExeInfoTable = (EFI_IMAGE_EXECUTION_INFO_TABLE *) AllocateRuntimePool (ImageExeInfoTableSize + NewImageExeInfoEntrySize);

Completed in 97 milliseconds

12