Home | History | Annotate | Download | only in PropertiesTableAttributesDxe

Lines Matching refs:MemoryMapEntry

59   EFI_MEMORY_DESCRIPTOR       *MemoryMapEntry;

65 MemoryMapEntry = MemoryMap;
67 while ((UINTN)MemoryMapEntry < (UINTN)MemoryMapEnd) {
68 if (MemoryMapEntry->PhysicalStart < BASE_1MB) {
72 MemoryMapEntry = NEXT_MEMORY_DESCRIPTOR (MemoryMapEntry, DescriptorSize);
75 switch (MemoryMapEntry->Type) {
88 MemoryMapEntry->PhysicalStart,
89 MemoryMapEntry->PhysicalStart + EfiPagesToSize (MemoryMapEntry->NumberOfPages),
90 MemoryMapEntry->Attribute
93 MemoryMapEntry->PhysicalStart,
94 EfiPagesToSize (MemoryMapEntry->NumberOfPages),
95 MemoryMapEntry->Attribute | EFI_MEMORY_XP
101 MemoryMapEntry = NEXT_MEMORY_DESCRIPTOR (MemoryMapEntry, DescriptorSize);