/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/ |
D | CpuMpCore.c | 68 ArmProcessorTable = (ARM_PROCESSOR_TABLE*)AllocateRuntimePool(sizeof(ARM_PROCESSOR_TABLE)); in PublishArmProcessorTable() 87 ArmProcessorTable->ArmCpus = (ARM_CORE_INFO*)AllocateRuntimePool ( in PublishArmProcessorTable()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/ |
D | CpuGdt.c | 139 gdt = AllocateRuntimePool (sizeof (GdtTemplate) + 8); in InitGlobalDescriptorTable()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/ |
D | RtMemoryStatusCodeWorker.c | 33 mRtMemoryStatusCodeTable = AllocateRuntimePool ( in RtMemoryStatusCodeInitializeWorker()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/ |
D | AuthVariableLib.c | 161 mHashCtx = AllocateRuntimePool (CtxSize); in AuthVariableLibInitialize() 171 mPubKeyStore = AllocateRuntimePool (mMaxKeyDbSize); in AuthVariableLibInitialize() 181 mCertDbStore = AllocateRuntimePool (mMaxCertDbSize); in AuthVariableLibInitialize()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/ |
D | MemoryStatusCodeWorker.c | 37 mRtMemoryStatusCodeTable = AllocateRuntimePool ( in RtMemoryStatusCodeInitializeWorker()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/ |
D | LinuxGdt.c | 147 mGdt = AllocateRuntimePool (sizeof (GdtTemplate) + 8); in InitLinuxDescriptorTables()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/ |
D | InstallConfigurationTable.c | 118 EfiConfigurationTable = AllocateRuntimePool (mSystemTableAllocateSize); in CoreInstallConfigurationTable()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | MemoryAllocationLib.h | 235 AllocateRuntimePool (
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/ |
D | FwBlockService.c | 983 mFvbModuleGlobal = AllocateRuntimePool (sizeof (ESAL_FWB_GLOBAL)); in FvbInitialize() 1013 mFvbModuleGlobal->FvInstance = AllocateRuntimePool (BufferSize); in FvbInitialize() 1054 FvbDevice = AllocateRuntimePool (sizeof (EFI_FW_VOL_BLOCK_DEVICE)); in FvbInitialize()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | Capsules.c | 176 CapsuleTable = AllocateRuntimePool (Size); in BdsProcessCapsules()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueMemoryAllocationLib.h | 237 AllocateRuntimePool (
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ |
D | SmmRuntimeDxeSupport.c | 264 …mStatusCodeData = AllocateRuntimePool (sizeof (EFI_STATUS_CODE_DATA) + EFI_STATUS_CODE_DATA_MAX_SI… in ReportStatusCodeLibConstruct()
|
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/ |
D | FWBlockService.c | 1168 mFvbModuleGlobal = AllocateRuntimePool (sizeof (ESAL_FWB_GLOBAL)); in FvbInitialize() 1218 mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] = AllocateRuntimePool (BufferSize); in FvbInitialize() 1298 FvbDevice = AllocateRuntimePool (sizeof (EFI_FW_VOL_BLOCK_DEVICE)); in FvbInitialize()
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
D | RuntimeMemAllocation.c | 358 Buffer = AllocateRuntimePool (MIN_REQUIRED_BLOCKS * 1024); in RuntimeCryptLibConstructor()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/ |
D | Variable.c | 297 mVariableArray = mVariableArrayNextFree = (VARIABLE_ARRAY_ENTRY *)AllocateRuntimePool (Size); in LibVariableInitialize()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 413 AllocateRuntimePool ( in AllocateRuntimePool() function
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/ |
D | DxeCapsuleProcessLib.c | 281 CapsuleTable = AllocateRuntimePool (Size); in PopulateCapsuleInConfigurationTable()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 420 AllocateRuntimePool ( in AllocateRuntimePool() function
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 565 AllocateRuntimePool ( in AllocateRuntimePool() function
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 376 AllocateRuntimePool ( in AllocateRuntimePool() function
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 522 AllocateRuntimePool ( in AllocateRuntimePool() function
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 410 AllocateRuntimePool ( in AllocateRuntimePool() function
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/ |
D | NorFlashDxe.c | 134 Instance->ShadowBuffer = AllocateRuntimePool (BlockSize);; in NorFlashCreateInstance() 1310 mNorFlashInstances = AllocateRuntimePool (sizeof(NOR_FLASH_INSTANCE*) * mNorFlashDeviceCount); in NorFlashInitialise()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 516 AllocateRuntimePool ( in AllocateRuntimePool() function
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
D | MemoryAllocationLib.c | 513 AllocateRuntimePool ( in AllocateRuntimePool() function
|