Home
last modified time | relevance | path

Searched refs:mPropertiesTable (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c75 EFI_PROPERTIES_TABLE mPropertiesTable = { variable
738 …if ((mPropertiesTable.MemoryProtectionAttribute & EFI_PROPERTIES_RUNTIME_MEMORY_PROTECTION_NON_EXE… in CoreGetMemoryMapPropertiesTable()
789 …((mPropertiesTable.MemoryProtectionAttribute & EFI_PROPERTIES_RUNTIME_MEMORY_PROTECTION_NON_EXECUT… in SetPropertiesTableSectionAlignment()
791mPropertiesTable.MemoryProtectionAttribute &= ~((UINT64)EFI_PROPERTIES_RUNTIME_MEMORY_PROTECTION_N… in SetPropertiesTableSectionAlignment()
1318 Status = gBS->InstallConfigurationTable (&gEfiPropertiesTableGuid, &mPropertiesTable); in InstallPropertiesTable()
1321 …DEBUG ((EFI_D_INFO, "MemoryProtectionAttribute - 0x%016lx\n", mPropertiesTable.MemoryProtectionAtt… in InstallPropertiesTable()
1322 …if ((mPropertiesTable.MemoryProtectionAttribute & EFI_PROPERTIES_RUNTIME_MEMORY_PROTECTION_NON_EXE… in InstallPropertiesTable()