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

1 2 3

  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiMultiPhase.h 26 EfiReservedMemoryType,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 132 Allocates one or more 4KB pages of type EfiReservedMemoryType.
134 Allocates the number of 4KB pages of type EfiReservedMemoryType and returns a pointer to the
152 Buffer = InternalAllocatePages (EfiReservedMemoryType, Pages);
157 EfiReservedMemoryType,
366 Allocates one or more 4KB pages of type EfiReservedMemoryType at a specified alignment.
368 Allocates the number of 4KB pages specified by Pages of type EfiReservedMemoryType with an
392 Buffer = InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment);
397 EfiReservedMemoryType,
537 Allocates a buffer of type EfiReservedMemoryType.
539 Allocates the number bytes specified by AllocationSize of type EfiReservedMemoryType and returns
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
MemoryAllocationLib.c 131 Allocates one or more 4KB pages of type EfiReservedMemoryType.
133 Allocates the number of 4KB pages of type EfiReservedMemoryType and returns a pointer to the
151 Buffer = InternalAllocatePages (EfiReservedMemoryType, Pages);
156 EfiReservedMemoryType,
365 Allocates one or more 4KB pages of type EfiReservedMemoryType at a specified alignment.
367 Allocates the number of 4KB pages specified by Pages of type EfiReservedMemoryType with an
391 Buffer = InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment);
396 EfiReservedMemoryType,
534 Allocates a buffer of type EfiReservedMemoryType.
536 Allocates the number bytes specified by AllocationSize of type EfiReservedMemoryType and returns
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 103 Allocates one or more 4KB pages of type EfiReservedMemoryType.
105 Allocates the number of 4KB pages of type EfiReservedMemoryType and returns a pointer to the
121 return InternalAllocatePages (EfiReservedMemoryType, Pages);
255 Allocates one or more 4KB pages of type EfiReservedMemoryType at a specified alignment.
257 Allocates the number of 4KB pages specified by Pages of type EfiReservedMemoryType with an
277 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment);
401 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
484 Allocates and zeros a buffer of type EfiReservedMemoryType.
486 Allocates the number bytes specified by AllocationSize of type EfiReservedMemoryType, clears the
502 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 108 Allocates one or more 4KB pages of type EfiReservedMemoryType.
110 Allocates the number of 4KB pages of type EfiReservedMemoryType and returns a pointer to the
126 return InternalAllocatePages (EfiReservedMemoryType, Pages);
303 Allocates one or more 4KB pages of type EfiReservedMemoryType at a specified alignment.
305 Allocates the number of 4KB pages specified by Pages of type EfiReservedMemoryType with an
326 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment);
421 Allocates a buffer of type EfiReservedMemoryType.
423 Allocates the number bytes specified by AllocationSize of type EfiReservedMemoryType and returns
438 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
515 Allocates and zeros a buffer of type EfiReservedMemoryType.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 106 Allocates one or more 4KB pages of type EfiReservedMemoryType.
108 Allocates the number of 4KB pages of type EfiReservedMemoryType and returns a pointer to the
124 return InternalAllocatePages (EfiReservedMemoryType, Pages);
395 Allocates one or more 4KB pages of type EfiReservedMemoryType at a specified alignment.
397 Allocates the number of 4KB pages specified by Pages of type EfiReservedMemoryType with an
420 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment);
530 Allocates a buffer of type EfiReservedMemoryType.
532 Allocates the number bytes specified by AllocationSize of type EfiReservedMemoryType and returns
547 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
630 Allocates and zeros a buffer of type EfiReservedMemoryType.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 103 Allocates one or more 4KB pages of type EfiReservedMemoryType.
105 Allocates the number of 4KB pages of type EfiReservedMemoryType and returns a pointer to the
121 return InternalAllocatePages (EfiReservedMemoryType, Pages);
298 Allocates one or more 4KB pages of type EfiReservedMemoryType at a specified alignment.
300 Allocates the number of 4KB pages specified by Pages of type EfiReservedMemoryType with an
322 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment);
428 Allocates a buffer of type EfiReservedMemoryType.
430 Allocates the number bytes specified by AllocationSize of type EfiReservedMemoryType and returns
445 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
522 Allocates and zeros a buffer of type EfiReservedMemoryType.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
MemoryAllocationLib.c 104 Allocates one or more 4KB pages of type EfiReservedMemoryType.
106 Allocates the number of 4KB pages of type EfiReservedMemoryType and returns a pointer to the
122 return InternalAllocatePages (EfiReservedMemoryType, Pages);
292 Allocates one or more 4KB pages of type EfiReservedMemoryType at a specified alignment.
294 Allocates the number of 4KB pages specified by Pages of type EfiReservedMemoryType with an
314 return InternalAllocateAlignedPages (EfiReservedMemoryType, Pages, Alignment);
435 return InternalAllocatePool (EfiReservedMemoryType, AllocationSize);
512 Allocates and zeros a buffer of type EfiReservedMemoryType.
514 Allocates the number bytes specified by AllocationSize of type EfiReservedMemoryType, clears the
530 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiMultiPhase.h 25 EfiReservedMemoryType,
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
Support.c 121 if ((EfiMemoryDescriptor[Index].Type == EfiReservedMemoryType) ||
174 Type = EfiReservedMemoryType;
188 Type = EfiReservedMemoryType;
233 EfiMemoryDescriptor[Index].Type = EfiReservedMemoryType;
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiMultiPhase.h 24 EfiReservedMemoryType,
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/
DebugUncachedMemoryAllocationLib.c 186 return UncachedInternalAllocatePages (EfiReservedMemoryType, Pages);
359 return UncachedInternalAllocateAlignedPool (EfiReservedMemoryType, AllocationSize, Alignment);
404 return UncachedInternalAllocateAlignedZeroPool (EfiReservedMemoryType, AllocationSize, Alignment);
457 return UncachedInternalAllocateAlignedCopyPool (EfiReservedMemoryType, AllocationSize, Buffer, Alignment);
508 return UncachedInternalAllocatePool (EfiReservedMemoryType, AllocationSize);
550 return UncachedInternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
599 return UncachedInternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer);
  /device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/
UncachedMemoryAllocationLib.c 328 return UncachedInternalAllocatePages (EfiReservedMemoryType, Pages);
434 return UncachedInternalAllocateAlignedPool (EfiReservedMemoryType, AllocationSize, Alignment);
479 return UncachedInternalAllocateAlignedZeroPool (EfiReservedMemoryType, AllocationSize, Alignment);
532 return UncachedInternalAllocateAlignedCopyPool (EfiReservedMemoryType, AllocationSize, Buffer, Alignment);
578 return UncachedInternalAllocatePool (EfiReservedMemoryType, AllocationSize);
620 return UncachedInternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
669 return UncachedInternalAllocateCopyPool (EfiReservedMemoryType, AllocationSize, Buffer);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
AcpiS3ContextSave.c 415 S3NvsPageTableAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, EFI_PAGES_TO_SIZE(TotalPageTableSize));
456 AcpiS3Context = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(*AcpiS3Context));
467 IdtGate = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(IA32_IDT_GATE_DESCRIPTOR) * 0x100 + sizeof(IA32_DESCRIPTOR));
492 AcpiS3Context->BootScriptStackBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, PcdGet32 (PcdS3BootScriptStackSize));
498 AcpiS3Context->S3DebugBufferAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, EFI_PAGE_SIZE);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/MemoryInitPei/
MemoryInitPeiLib.c 157 EfiReservedMemoryType
  /device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/
MemoryInitPeim.c 52 Info[2].Type = EfiReservedMemoryType;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PropertiesTableAttributesDxe/
PropertiesTableAttributesDxe.c 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
82 case EfiReservedMemoryType:
85 // Handle EfiReservedMemoryType and EfiACPIMemoryNVS, because there might be firmware executable there.
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/
WinNtAutoScan.c 45 { EfiReservedMemoryType, 0x0004 },
  /external/syslinux/efi32/include/efi/
efidef.h 151 EfiReservedMemoryType,
  /external/syslinux/efi64/include/efi/
efidef.h 151 EfiReservedMemoryType,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidef.h 151 EfiReservedMemoryType,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/
QncS3Support.c 52 Status = gBS->AllocatePages (AllocateMaxAddress, EfiReservedMemoryType, EFI_SIZE_TO_PAGES (ContextStoreSize), &Address);
298 EfiReservedMemoryType,
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitDxe/
PlatInitDxe.c 129 Status = gBS->AllocatePages (AllocateAnyPages, EfiReservedMemoryType,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 184 EfiReservedMemoryType,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
AcpiVariableThunkPlatform.c 90 AcpiMemoryBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, PcdGet32 (PcdS3AcpiReservedMemorySize));

Completed in 446 milliseconds

1 2 3