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

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
MemoryAttributesTable.c 2 UEFI MemoryAttributesTable support
26 #include <Guid/MemoryAttributesTable.h>
78 Install MemoryAttributesTable.
95 EFI_MEMORY_ATTRIBUTES_TABLE *MemoryAttributesTable;
113 // InstallConfigurationTable here to occupy one entry for MemoryAttributesTable
161 // Allocate MemoryAttributesTable
163 MemoryAttributesTable = AllocatePool (sizeof(EFI_MEMORY_ATTRIBUTES_TABLE) + DescriptorSize * RuntimeEntryCount);
164 ASSERT (MemoryAttributesTable != NULL);
165 MemoryAttributesTable->Version = EFI_MEMORY_ATTRIBUTES_TABLE_VERSION;
166 MemoryAttributesTable->NumberOfEntries = RuntimeEntryCount;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c 120 @param[in] MemoryAttributesTable PI SMM memory attributes table
124 IN EDKII_PI_SMM_MEMORY_ATTRIBUTES_TABLE *MemoryAttributesTable
134 MemoryMapEntryCount = MemoryAttributesTable->NumberOfEntries;
135 DescriptorSize = MemoryAttributesTable->DescriptorSize;
136 MemoryMap = (EFI_MEMORY_DESCRIPTOR *)(MemoryAttributesTable + 1);
    [all...]
PiSmmCore.inf 41 MemoryAttributesTable.c
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmCpuMemoryManagement.c 760 This function sets memory attribute according to MemoryAttributesTable.
772 EDKII_PI_SMM_MEMORY_ATTRIBUTES_TABLE *MemoryAttributesTable;
774 SmmGetSystemConfigurationTable (&gEdkiiPiSmmMemoryAttributesTableGuid, (VOID **)&MemoryAttributesTable);
775 if (MemoryAttributesTable == NULL) {
776 DEBUG ((DEBUG_INFO, "MemoryAttributesTable - NULL\n"));
780 DEBUG ((DEBUG_INFO, "MemoryAttributesTable:\n"));
781 DEBUG ((DEBUG_INFO, " Version - 0x%08x\n", MemoryAttributesTable->Version));
782 DEBUG ((DEBUG_INFO, " NumberOfEntries - 0x%08x\n", MemoryAttributesTable->NumberOfEntries));
783 DEBUG ((DEBUG_INFO, " DescriptorSize - 0x%08x\n", MemoryAttributesTable->DescriptorSize));
785 MemoryMapEntryCount = MemoryAttributesTable->NumberOfEntries;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.inf 44 Misc/MemoryAttributesTable.c

Completed in 59 milliseconds