HomeSort by relevance Sort by last modified time
    Searched refs:AllocateRuntimePool (Results 1 - 25 of 36) sorted by null

1 2

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuMpCore.c 68 ArmProcessorTable = (ARM_PROCESSOR_TABLE*)AllocateRuntimePool(sizeof(ARM_PROCESSOR_TABLE));
87 ArmProcessorTable->ArmCpus = (ARM_CORE_INFO*)AllocateRuntimePool (
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
RtMemoryStatusCodeWorker.c 33 mRtMemoryStatusCodeTable = AllocateRuntimePool (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
MemoryStatusCodeWorker.c 37 mRtMemoryStatusCodeTable = AllocateRuntimePool (
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
InstallConfigurationTable.c 118 EfiConfigurationTable = AllocateRuntimePool (mSystemTableAllocateSize);
  /device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
LinuxGdt.c 147 mGdt = AllocateRuntimePool (sizeof (GdtTemplate) + 8);
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuGdt.c 139 gdt = AllocateRuntimePool (sizeof (GdtTemplate) + 8);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthVariableLib.c 161 mHashCtx = AllocateRuntimePool (CtxSize);
171 mPubKeyStore = AllocateRuntimePool (mMaxKeyDbSize);
181 mCertDbStore = AllocateRuntimePool (mMaxCertDbSize);
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
MemoryAllocationLib.h 235 AllocateRuntimePool (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueMemoryAllocationLib.h 237 AllocateRuntimePool (
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
SmmRuntimeDxeSupport.c 264 mStatusCodeData = AllocateRuntimePool (sizeof (EFI_STATUS_CODE_DATA) + EFI_STATUS_CODE_DATA_MAX_SIZE);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Capsules.c 176 CapsuleTable = AllocateRuntimePool (Size);
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FWBlockService.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.c 983 mFvbModuleGlobal = AllocateRuntimePool (sizeof (ESAL_FWB_GLOBAL));
1013 mFvbModuleGlobal->FvInstance = AllocateRuntimePool (BufferSize);
1054 FvbDevice = AllocateRuntimePool (sizeof (EFI_FW_VOL_BLOCK_DEVICE));
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
RuntimeMemAllocation.c 358 Buffer = AllocateRuntimePool (MIN_REQUIRED_BLOCKS * 1024);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Variable.c 297 mVariableArray = mVariableArrayNextFree = (VARIABLE_ARRAY_ENTRY *)AllocateRuntimePool (Size);
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 413 AllocateRuntimePool (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 376 AllocateRuntimePool (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleProcessLib.c 281 CapsuleTable = AllocateRuntimePool (Size);
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 522 AllocateRuntimePool (
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 565 AllocateRuntimePool (
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 420 AllocateRuntimePool (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
MemoryAllocationLib.c 410 AllocateRuntimePool (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 516 AllocateRuntimePool (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 550 AllocateRuntimePool (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/
MemoryAllocationLib.c 632 AllocateRuntimePool (
    [all...]

Completed in 925 milliseconds

1 2