OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryProtectionAttribute
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
PropertiesTable.h
25
UINT64
MemoryProtectionAttribute
;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PropertiesTableAttributesDxe/
PropertiesTableAttributesDxe.c
136
DEBUG ((EFI_D_INFO, "
MemoryProtectionAttribute
- 0x%016lx\n", PropertiesTable->
MemoryProtectionAttribute
));
137
if ((PropertiesTable->
MemoryProtectionAttribute
& EFI_PROPERTIES_RUNTIME_MEMORY_PROTECTION_NON_EXECUTABLE_PE_DATA) == 0) {
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
PropertiesTable.c
738
if ((mPropertiesTable.
MemoryProtectionAttribute
& EFI_PROPERTIES_RUNTIME_MEMORY_PROTECTION_NON_EXECUTABLE_PE_DATA) == 0) {
789
((mPropertiesTable.
MemoryProtectionAttribute
& EFI_PROPERTIES_RUNTIME_MEMORY_PROTECTION_NON_EXECUTABLE_PE_DATA) != 0)) {
791
mPropertiesTable.
MemoryProtectionAttribute
&= ~((UINT64)EFI_PROPERTIES_RUNTIME_MEMORY_PROTECTION_NON_EXECUTABLE_PE_DATA);
[
all
...]
Completed in 57 milliseconds