HomeSort by relevance Sort by last modified time
    Searched refs:MemoryDescriptor (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DxeInit.c 74 MemoryDescriptor (For ACPINVS, ACPIReclaim) | 4M = CONSUMED_MEMORY |
138 VOID *MemoryDescriptor;
193 MemoryDescriptor = PrepareHobMemoryDescriptor (PageTableBase, Handoff->MemDescCount, Handoff->MemDesc);
195 PrepareHobPhit (StackTop, MemoryDescriptor);
HobGeneration.c 708 gHob->MemoryDescriptor.MemDescCount = MemDescCount;
709 gHob->MemoryDescriptor.MemDesc = (EFI_MEMORY_DESCRIPTOR *)((UINTN)MemoryDescriptorTop - MemDescCount * sizeof(EFI_MEMORY_DESCRIPTOR));
711 // Make MemoryDescriptor.MemDesc page aligned
713 gHob->MemoryDescriptor.MemDesc = (EFI_MEMORY_DESCRIPTOR *)((UINTN) gHob->MemoryDescriptor.MemDesc & ~EFI_PAGE_MASK);
715 CopyMem (gHob->MemoryDescriptor.MemDesc, MemDesc, MemDescCount * sizeof(EFI_MEMORY_DESCRIPTOR));
717 return gHob->MemoryDescriptor.MemDesc;
    [all...]
HobGeneration.h 92 MEMORY_DESC_HOB MemoryDescriptor;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/SmbiosPlatformDxe/
SmbiosPlatformDxe.c 733 ARM_TYPE19 MemoryDescriptor;
736 CopyMem( &MemoryDescriptor, &mArmDefaultType19, sizeof(ARM_TYPE19));
738 MemoryDescriptor.Base.ExtendedStartingAddress = StartingAddress;
739 MemoryDescriptor.Base.ExtendedEndingAddress = StartingAddress+RegionLength;
740 SmbiosHandle = MemoryDescriptor.Base.Hdr.Handle;
746 (EFI_SMBIOS_TABLE_HEADER*) &MemoryDescriptor
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmCpuMemoryManagement.c 16 #define NEXT_MEMORY_DESCRIPTOR(MemoryDescriptor, Size) \
17 ((EFI_MEMORY_DESCRIPTOR *)((UINT8 *)(MemoryDescriptor) + (Size)))
19 #define PREVIOUS_MEMORY_DESCRIPTOR(MemoryDescriptor, Size) \
20 ((EFI_MEMORY_DESCRIPTOR *)((UINT8 *)(MemoryDescriptor) - (Size)))
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemLib/
SmmMemLib.c 34 #define NEXT_MEMORY_DESCRIPTOR(MemoryDescriptor, Size) \
35 ((EFI_MEMORY_DESCRIPTOR *)((UINT8 *)(MemoryDescriptor) + (Size)))
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h 105 @param MemoryDescriptor A pointer to an EFI_MEMORY_DESCRIPTOR.
112 #define NEXT_MEMORY_DESCRIPTOR(MemoryDescriptor, Size) \
113 ((EFI_MEMORY_DESCRIPTOR *)((UINT8 *)(MemoryDescriptor) + (Size)))
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
PropertiesTable.c 36 #define PREVIOUS_MEMORY_DESCRIPTOR(MemoryDescriptor, Size) \
37 ((EFI_MEMORY_DESCRIPTOR *)((UINT8 *)(MemoryDescriptor) - (Size)))
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c 31 #define PREVIOUS_MEMORY_DESCRIPTOR(MemoryDescriptor, Size) \
32 ((EFI_MEMORY_DESCRIPTOR *)((UINT8 *)(MemoryDescriptor) - (Size)))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 1051 milliseconds