Searched refs:MemoryAttributesEntry (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/ |
D | MemoryAttributesTable.c | 96 EFI_MEMORY_DESCRIPTOR *MemoryAttributesEntry; in InstallMemoryAttributesTable() local 173 MemoryAttributesEntry = (EFI_MEMORY_DESCRIPTOR *)(MemoryAttributesTable + 1); in InstallMemoryAttributesTable() 179 CopyMem (MemoryAttributesEntry, MemoryMap, DescriptorSize); in InstallMemoryAttributesTable() 180 MemoryAttributesEntry->Attribute &= (EFI_MEMORY_RO|EFI_MEMORY_XP|EFI_MEMORY_RUNTIME); in InstallMemoryAttributesTable() 181 DEBUG ((EFI_D_VERBOSE, "Entry (0x%x)\n", MemoryAttributesEntry)); in InstallMemoryAttributesTable() 182 DEBUG ((EFI_D_VERBOSE, " Type - 0x%x\n", MemoryAttributesEntry->Type)); in InstallMemoryAttributesTable() 183 … DEBUG ((EFI_D_VERBOSE, " PhysicalStart - 0x%016lx\n", MemoryAttributesEntry->PhysicalStart)); in InstallMemoryAttributesTable() 184 … DEBUG ((EFI_D_VERBOSE, " VirtualStart - 0x%016lx\n", MemoryAttributesEntry->VirtualStart)); in InstallMemoryAttributesTable() 185 … DEBUG ((EFI_D_VERBOSE, " NumberOfPages - 0x%016lx\n", MemoryAttributesEntry->NumberOfPages)); in InstallMemoryAttributesTable() 186 DEBUG ((EFI_D_VERBOSE, " Attribute - 0x%016lx\n", MemoryAttributesEntry->Attribute)); in InstallMemoryAttributesTable() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | MemoryAttributesTable.c | 1324 EFI_MEMORY_DESCRIPTOR *MemoryAttributesEntry; in PublishMemoryAttributesTable() local 1371 MemoryAttributesEntry = (EFI_MEMORY_DESCRIPTOR *)(MemoryAttributesTable + 1); in PublishMemoryAttributesTable() 1373 CopyMem (MemoryAttributesEntry, MemoryMap, DescriptorSize); in PublishMemoryAttributesTable() 1374 DEBUG ((DEBUG_INFO, "Entry (0x%x)\n", MemoryAttributesEntry)); in PublishMemoryAttributesTable() 1375 DEBUG ((DEBUG_INFO, " Type - 0x%x\n", MemoryAttributesEntry->Type)); in PublishMemoryAttributesTable() 1376 DEBUG ((DEBUG_INFO, " PhysicalStart - 0x%016lx\n", MemoryAttributesEntry->PhysicalStart)); in PublishMemoryAttributesTable() 1377 DEBUG ((DEBUG_INFO, " VirtualStart - 0x%016lx\n", MemoryAttributesEntry->VirtualStart)); in PublishMemoryAttributesTable() 1378 DEBUG ((DEBUG_INFO, " NumberOfPages - 0x%016lx\n", MemoryAttributesEntry->NumberOfPages)); in PublishMemoryAttributesTable() 1379 DEBUG ((DEBUG_INFO, " Attribute - 0x%016lx\n", MemoryAttributesEntry->Attribute)); in PublishMemoryAttributesTable() 1380 MemoryAttributesEntry = NEXT_MEMORY_DESCRIPTOR(MemoryAttributesEntry, DescriptorSize); in PublishMemoryAttributesTable()
|