Home
last modified time | relevance | path

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

/reactos/boot/environ/lib/firmware/efi/
H A Dfirmware.c1731 BL_MEMORY_ATTR OsAttribute = 0; in MmFwpGetOsAttributeType() local
1735 OsAttribute = BlMemoryUncached; in MmFwpGetOsAttributeType()
1740 OsAttribute |= BlMemoryWriteCombined; in MmFwpGetOsAttributeType()
1745 OsAttribute |= BlMemoryWriteThrough; in MmFwpGetOsAttributeType()
1750 OsAttribute |= BlMemoryWriteBack; in MmFwpGetOsAttributeType()
1755 OsAttribute |= BlMemoryUncachedExported; in MmFwpGetOsAttributeType()
1760 OsAttribute |= BlMemoryWriteProtected; in MmFwpGetOsAttributeType()
1765 OsAttribute |= BlMemoryReadProtected; in MmFwpGetOsAttributeType()
1770 OsAttribute |= BlMemoryExecuteProtected; in MmFwpGetOsAttributeType()
1775 OsAttribute |= BlMemoryRuntime; in MmFwpGetOsAttributeType()
[all …]