OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryAttributesEntry
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
MemoryAttributesTable.c
96
EFI_MEMORY_DESCRIPTOR *
MemoryAttributesEntry
;
173
MemoryAttributesEntry
= (EFI_MEMORY_DESCRIPTOR *)(MemoryAttributesTable + 1);
179
CopyMem (
MemoryAttributesEntry
, MemoryMap, DescriptorSize);
180
MemoryAttributesEntry
->Attribute &= (EFI_MEMORY_RO|EFI_MEMORY_XP|EFI_MEMORY_RUNTIME);
181
DEBUG ((EFI_D_VERBOSE, "Entry (0x%x)\n",
MemoryAttributesEntry
));
182
DEBUG ((EFI_D_VERBOSE, " Type - 0x%x\n",
MemoryAttributesEntry
->Type));
183
DEBUG ((EFI_D_VERBOSE, " PhysicalStart - 0x%016lx\n",
MemoryAttributesEntry
->PhysicalStart));
184
DEBUG ((EFI_D_VERBOSE, " VirtualStart - 0x%016lx\n",
MemoryAttributesEntry
->VirtualStart));
185
DEBUG ((EFI_D_VERBOSE, " NumberOfPages - 0x%016lx\n",
MemoryAttributesEntry
->NumberOfPages));
186
DEBUG ((EFI_D_VERBOSE, " Attribute - 0x%016lx\n",
MemoryAttributesEntry
->Attribute));
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c
[
all
...]
Completed in 49 milliseconds