Home
last modified time | relevance | path

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

12

/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
DPropertiesTableAttributesDxe.c82 case EfiReservedMemoryType: in SetMemorySpaceAttributesDefault()
/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/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
DMemoryAllocationLib.c121 return InternalAllocatePages (EfiReservedMemoryType, Pages); in AllocateReservedPages()
322 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment); in AllocateAlignedReservedPages()
447 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize); in AllocateReservedPool()
542 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize); in AllocateReservedZeroPool()
659 return InternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer); in AllocateReservedCopyPool()
795 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/OvmfPkg/AcpiS3SaveDxe/
DAcpiS3Save.c370 …ableAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, EFI_PAGES… in S3CreateIdentityMappingPageTables()
410 AcpiS3Context = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(*AcpiS3Context)); in S3Ready()
420 …IdtGate = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(IA32_IDT_GATE_DESCRIPTOR) * 0x100 +… in S3Ready()
445 …ptStackBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, PcdGet32 … in S3Ready()
451 …fferAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, EFI_PAGE_… in S3Ready()
/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/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
DAcpiS3Save.c447 …ableAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, EFI_PAGES… in S3AllocatePageTablesBuffer()
524 AcpiS3Context = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(*AcpiS3Context)); in S3Ready()
535 …IdtGate = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(IA32_IDT_GATE_DESCRIPTOR) * 0x100 +… in S3Ready()
560 …ptStackBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, PcdGet32 … in S3Ready()
566 …fferAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, EFI_PAGE_… in S3Ready()
DAcpiVariableThunkPlatform.c92 …AcpiMemoryBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, PcdGet… in S3ReadyThunkPlatform()
/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/edk2/Nt32Pkg/WinNtAutoScanPei/
DWinNtAutoScan.c44 { EfiReservedMemoryType, 0x0004 },
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/
DScriptExecute.c318 EfiReservedMemoryType, in ReadyToLockEventNotify()
445 EfiReservedMemoryType, in BootScriptExecutorEntryPoint()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/
DSaveLongModeContext.c64 EfiReservedMemoryType, in AllocateReservedMemoryBelow4G()
/device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/
DMemoryInitPeim.c52 Info[2].Type = EfiReservedMemoryType; in BuildMemoryTypeInformationHob()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
DFirmwarePerformanceDxe.c212 EfiReservedMemoryType, in FpdtAllocateReservedMemoryBelow4G()
282 EfiReservedMemoryType, in FpdtAllocateS3PerformanceTableMemory()
415 EfiReservedMemoryType, in InstallFirmwarePerformanceDataTable()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Memory/
DMemoryServices.c151 (MemoryType != EfiReservedMemoryType) && in PeiAllocatePages()

12