/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PropertiesTableAttributesDxe/ |
D | PropertiesTableAttributesDxe.uni | 2 // 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…
|
D | PropertiesTableAttributesDxeExtra.uni | 2 // This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType. 4 // This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
|
D | PropertiesTableAttributesDxe.inf | 2 # This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType. 4 # This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
|
D | PropertiesTableAttributesDxe.c | 82 case EfiReservedMemoryType: in SetMemorySpaceAttributesDefault()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmmCommunicationBufferDxe/ |
D | SmmCommunicationBufferDxe.uni | 2 // 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…
|
D | SmmCommunicationBufferDxe.inf | 2 # 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/DxeCoreMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 152 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/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
D | MemoryAllocationLib.c | 151 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/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 121 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/ |
D | MemoryAllocationLib.c | 122 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/ |
D | MemoryAllocationLib.c | 126 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/ |
D | MemoryAllocationLib.c | 121 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/ |
D | MemoryAllocationLib.c | 124 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/ |
D | DebugUncachedMemoryAllocationLib.c | 186 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/ |
D | AcpiS3ContextSave.c | 415 …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/ |
D | Support.c | 121 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/ |
D | UncachedMemoryAllocationLib.c | 328 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/ |
D | UefiMultiPhase.h | 26 EfiReservedMemoryType, enumerator
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
D | UefiMultiPhase.h | 25 EfiReservedMemoryType, enumerator
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/ |
D | QncS3Support.c | 52 …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/ |
D | MemoryInitPeiLib.c | 157 EfiReservedMemoryType in MemoryPeim()
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/ |
D | WinNtAutoScan.c | 45 { EfiReservedMemoryType, 0x0004 },
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ |
D | ScriptExecute.c | 318 EfiReservedMemoryType, in ReadyToLockEventNotify() 449 EfiReservedMemoryType, in BootScriptExecutorEntryPoint()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/ |
D | AcpiVariableThunkPlatform.c | 90 …AcpiMemoryBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, PcdGet… in S3ReadyThunkPlatform()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/ |
D | SaveLongModeContext.c | 64 EfiReservedMemoryType, in AllocateReservedMemoryBelow4G()
|