Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DMemoryPeim.c178 …edPcdGet32 (PcdFlashAreaSize) - 1))) & MTRR_LIB_CACHE_VALID_ADDRESS) | MTRR_LIB_CACHE_MTRR_ENABLED;
186 …Index].Mask = ((~(MemoryLength - 1)) & MTRR_LIB_CACHE_VALID_ADDRESS) | MTRR_LIB_CACHE_MTRR_ENABLED;
198 …ex].Mask= ((~(MemoryLengthUc - 1)) & MTRR_LIB_CACHE_VALID_ADDRESS) | MTRR_LIB_CACHE_MTRR_ENABLED;
213 …Index].Mask = ((~(MemoryLength - 1)) & MTRR_LIB_CACHE_VALID_ADDRESS) | MTRR_LIB_CACHE_MTRR_ENABLED;
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
DMtrrLib.c558 if ((VariableSettings->Mtrr[Index].Mask & MTRR_LIB_CACHE_MTRR_ENABLED) != 0) { in MtrrGetMemoryAttributeInVariableMtrrWorker()
969 …Settings->Mtrr[MtrrNumber].Mask = (TempQword & MtrrValidAddressMask) | MTRR_LIB_CACHE_MTRR_ENABLED; in ProgramVariableMtrr()
1158 if ((TempQword & MTRR_LIB_CACHE_MTRR_ENABLED) == 0) { in MtrrGetMemoryAttributeByAddressWorker()
1655 if ((VariableSettings->Mtrr[MsrNum].Mask & MTRR_LIB_CACHE_MTRR_ENABLED) == 0) { in MtrrSetMemoryAttributeWorker()
1675 if ((VariableSettings->Mtrr[MsrNum].Mask & MTRR_LIB_CACHE_MTRR_ENABLED) == 0) { in MtrrSetMemoryAttributeWorker()
1706 if ((VariableSettings->Mtrr[MsrNum].Mask & MTRR_LIB_CACHE_MTRR_ENABLED) == 0) { in MtrrSetMemoryAttributeWorker()
1729 if ((VariableSettings->Mtrr[MsrNum].Mask & MTRR_LIB_CACHE_MTRR_ENABLED) == 0) { in MtrrSetMemoryAttributeWorker()
1802 MtrrSetting->MtrrDefType |= MTRR_LIB_CACHE_MTRR_ENABLED; in MtrrSetMemoryAttributeWorker()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
DMtrrLib.c563 if ((VariableSettings->Mtrr[Index].Mask & MTRR_LIB_CACHE_MTRR_ENABLED) != 0) { in MtrrGetMemoryAttributeInVariableMtrrWorker()
974 …Settings->Mtrr[MtrrNumber].Mask = (TempQword & MtrrValidAddressMask) | MTRR_LIB_CACHE_MTRR_ENABLED; in ProgramVariableMtrr()
1163 if ((TempQword & MTRR_LIB_CACHE_MTRR_ENABLED) == 0) { in MtrrGetMemoryAttributeByAddressWorker()
1660 if ((VariableSettings->Mtrr[MsrNum].Mask & MTRR_LIB_CACHE_MTRR_ENABLED) == 0) { in MtrrSetMemoryAttributeWorker()
1680 if ((VariableSettings->Mtrr[MsrNum].Mask & MTRR_LIB_CACHE_MTRR_ENABLED) == 0) { in MtrrSetMemoryAttributeWorker()
1711 if ((VariableSettings->Mtrr[MsrNum].Mask & MTRR_LIB_CACHE_MTRR_ENABLED) == 0) { in MtrrSetMemoryAttributeWorker()
1734 if ((VariableSettings->Mtrr[MsrNum].Mask & MTRR_LIB_CACHE_MTRR_ENABLED) == 0) { in MtrrSetMemoryAttributeWorker()
1807 MtrrSetting->MtrrDefType |= MTRR_LIB_CACHE_MTRR_ENABLED; in MtrrSetMemoryAttributeWorker()
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
DMtrrLib.h59 #define MTRR_LIB_CACHE_MTRR_ENABLED 0x800 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DMtrr.c353 ( 0 != ( DefType & MTRR_LIB_CACHE_MTRR_ENABLED )) in MemoryTypeRegistersPage()
398 if ( 0 == ( DefType & MTRR_LIB_CACHE_MTRR_ENABLED )) { in MemoryTypeRegistersPage()