Home
last modified time | relevance | path

Searched refs:EfiReservedMemoryType (Results 1 – 25 of 57) sorted by relevance

123

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PropertiesTableAttributesDxe/
DPropertiesTableAttributesDxe.uni2 // This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
4 // This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
20 …-US "This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType."
22 … module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType in UEFI me…
DPropertiesTableAttributesDxeExtra.uni2 // This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
4 // This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
DPropertiesTableAttributesDxe.inf2 # This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
4 # This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmmCommunicationBufferDxe/
DSmmCommunicationBufferDxe.uni2 // A driver allocates common SMM communication buffer in EfiReservedMemoryType.
4 // This driver allocates common SMM communication buffer in EfiReservedMemoryType,
22 … #language en-US "A driver allocates common SMM communication buffer in EfiReservedMemoryType."
24 …e en-US "This driver allocates common SMM communication buffer in EfiReservedMemoryType, then it p…
DSmmCommunicationBufferDxe.inf2 # A driver allocates common SMM communication buffer in EfiReservedMemoryType.
4 # This driver allocates common SMM communication buffer in EfiReservedMemoryType,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
DMemoryAllocationLib.c151 Buffer = InternalAllocatePages (EfiReservedMemoryType, Pages); in AllocateReservedPages()
156 EfiReservedMemoryType, in AllocateReservedPages()
391 Buffer = InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment); in AllocateAlignedReservedPages()
396 EfiReservedMemoryType, in AllocateAlignedReservedPages()
553 Buffer = InternalAllocatePool (EfiReservedMemoryType, AllocationSize); in AllocateReservedPool()
558 EfiReservedMemoryType, in AllocateReservedPool()
687 Buffer = InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
692 EfiReservedMemoryType, in AllocateReservedZeroPool()
843 NewBuffer = InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer); in AllocateReservedCopyPool()
1018 Buffer = InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
DMemoryAllocationLib.c152 Buffer = InternalAllocatePages (EfiReservedMemoryType, Pages); in AllocateReservedPages()
157 EfiReservedMemoryType, in AllocateReservedPages()
392 Buffer = InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment); in AllocateAlignedReservedPages()
397 EfiReservedMemoryType, in AllocateAlignedReservedPages()
556 Buffer = InternalAllocatePool (EfiReservedMemoryType, AllocationSize); in AllocateReservedPool()
561 EfiReservedMemoryType, in AllocateReservedPool()
690 Buffer = InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
695 EfiReservedMemoryType, in AllocateReservedZeroPool()
846 NewBuffer = InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer); in AllocateReservedCopyPool()
1021 Buffer = InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
DMemoryAllocationLib.c121 return InternalAllocatePages (EfiReservedMemoryType, Pages); in AllocateReservedPages()
277 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment); in AllocateAlignedReservedPages()
401 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize); in AllocateReservedPool()
502 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
625 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer); in AllocateReservedCopyPool()
800 return InternalAllocateAlignedPool (EfiReservedMemoryType, AllocationSize, Alignment); in AllocateAlignedReservedPool()
920 return InternalAllocateAlignedZeroPool (EfiReservedMemoryType, AllocationSize, Alignment); in AllocateAlignedReservedZeroPool()
1051 return InternalAllocateAlignedCopyPool (EfiReservedMemoryType, AllocationSize, Buffer, Alignment); in AllocateAlignedReservedCopyPool()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
DMemoryAllocationLib.c122 return InternalAllocatePages (EfiReservedMemoryType, Pages); in AllocateReservedPages()
314 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment); in AllocateAlignedReservedPages()
435 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize); in AllocateReservedPool()
530 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
644 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer); in AllocateReservedCopyPool()
811 return InternalAllocateAlignedPool (EfiReservedMemoryType, AllocationSize, Alignment); in AllocateAlignedReservedPool()
924 return InternalAllocateAlignedZeroPool (EfiReservedMemoryType, AllocationSize, Alignment); in AllocateAlignedReservedZeroPool()
1046 return InternalAllocateAlignedCopyPool (EfiReservedMemoryType, AllocationSize, Buffer, Alignment); in AllocateAlignedReservedCopyPool()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
DMemoryAllocationLib.c126 return InternalAllocatePages (EfiReservedMemoryType, Pages); in AllocateReservedPages()
326 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment); in AllocateAlignedReservedPages()
438 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize); in AllocateReservedPool()
533 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
650 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer); in AllocateReservedCopyPool()
786 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
DMemoryAllocationLib.c121 return InternalAllocatePages (EfiReservedMemoryType, Pages); in AllocateReservedPages()
322 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment); in AllocateAlignedReservedPages()
445 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize); in AllocateReservedPool()
540 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
657 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer); in AllocateReservedCopyPool()
793 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
DMemoryAllocationLib.c124 return InternalAllocatePages (EfiReservedMemoryType, Pages); in AllocateReservedPages()
420 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment); in AllocateAlignedReservedPages()
547 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize); in AllocateReservedPool()
648 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
774 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer); in AllocateReservedCopyPool()
910 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/
DDebugUncachedMemoryAllocationLib.c186 return UncachedInternalAllocatePages (EfiReservedMemoryType, Pages); in UncachedAllocateReservedPages()
359 return UncachedInternalAllocateAlignedPool (EfiReservedMemoryType, AllocationSize, Alignment); in UncachedAllocateAlignedReservedPool()
404 return UncachedInternalAllocateAlignedZeroPool (EfiReservedMemoryType, AllocationSize, Alignment); in UncachedAllocateAlignedReservedZeroPool()
457 …return UncachedInternalAllocateAlignedCopyPool (EfiReservedMemoryType, AllocationSize, Buffer, Ali… in UncachedAllocateAlignedReservedCopyPool()
508 return UncachedInternalAllocatePool (EfiReservedMemoryType, AllocationSize); in UncachedAllocateReservedPool()
550 return UncachedInternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in UncachedAllocateReservedZeroPool()
599 return UncachedInternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer); in UncachedAllocateReservedCopyPool()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
DAcpiS3ContextSave.c415 …ableAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, EFI_PAGES… in S3AllocatePageTablesBuffer()
456 AcpiS3Context = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(*AcpiS3Context)); in AcpiS3ContextSaveOnEndOfDxe()
467 …IdtGate = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(IA32_IDT_GATE_DESCRIPTOR) * 0x100 +… in AcpiS3ContextSaveOnEndOfDxe()
492 …ptStackBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, PcdGet32 … in AcpiS3ContextSaveOnEndOfDxe()
498 …fferAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, EFI_PAGE_… in AcpiS3ContextSaveOnEndOfDxe()
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DSupport.c121 if ((EfiMemoryDescriptor[Index].Type == EfiReservedMemoryType) || in FindSpace()
174 Type = EfiReservedMemoryType; in GenMemoryMap()
188 Type = EfiReservedMemoryType; in GenMemoryMap()
233 EfiMemoryDescriptor[Index].Type = EfiReservedMemoryType; in GenMemoryMap()
/device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/
DUncachedMemoryAllocationLib.c328 return UncachedInternalAllocatePages (EfiReservedMemoryType, Pages); in UncachedAllocateReservedPages()
434 return UncachedInternalAllocateAlignedPool (EfiReservedMemoryType, AllocationSize, Alignment); in UncachedAllocateAlignedReservedPool()
479 return UncachedInternalAllocateAlignedZeroPool (EfiReservedMemoryType, AllocationSize, Alignment); in UncachedAllocateAlignedReservedZeroPool()
532 …return UncachedInternalAllocateAlignedCopyPool (EfiReservedMemoryType, AllocationSize, Buffer, Ali… in UncachedAllocateAlignedReservedCopyPool()
578 return UncachedInternalAllocatePool (EfiReservedMemoryType, AllocationSize); in UncachedAllocateReservedPool()
620 return UncachedInternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in UncachedAllocateReservedZeroPool()
669 return UncachedInternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer); in UncachedAllocateReservedCopyPool()
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiMultiPhase.h26 EfiReservedMemoryType, enumerator
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DUefiMultiPhase.h25 EfiReservedMemoryType, enumerator
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/
DQncS3Support.c52 …Status = gBS->AllocatePages (AllocateMaxAddress, EfiReservedMemoryType, EFI_SIZE_TO_PAGES (Context… in CreateContextBuffer()
298 EfiReservedMemoryType, in LoadQncS3Image()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/MemoryInitPei/
DMemoryInitPeiLib.c157 EfiReservedMemoryType in MemoryPeim()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/
DWinNtAutoScan.c45 { EfiReservedMemoryType, 0x0004 },
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/
DScriptExecute.c318 EfiReservedMemoryType, in ReadyToLockEventNotify()
449 EfiReservedMemoryType, in BootScriptExecutorEntryPoint()
/device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/
DMemoryInitPeim.c52 Info[2].Type = EfiReservedMemoryType; in BuildMemoryTypeInformationHob()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
DAcpiVariableThunkPlatform.c90 …AcpiMemoryBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, PcdGet… in S3ReadyThunkPlatform()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/
DSaveLongModeContext.c64 EfiReservedMemoryType, in AllocateReservedMemoryBelow4G()

123