Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/
DPlatformSecLib.c84 CacheWriteBack in PlatformSecLibStartup()
93 CacheWriteBack in PlatformSecLibStartup()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DMemoryPeim.c183 …Setting.Variables.Mtrr[Index].Base = (MemOverflow & MTRR_LIB_CACHE_VALID_ADDRESS) | CacheWriteBack;
205 …Setting.Variables.Mtrr[Index].Base = (MemOverflow & MTRR_LIB_CACHE_VALID_ADDRESS) | CacheWriteBack;
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/
DCbSupportPei.c272 MtrrSetMemoryAttribute (BASE_1MB, LowMemorySize - BASE_1MB, CacheWriteBack); in CbPeiEntryPoint()
273 MtrrSetMemoryAttribute (0, 0xA0000, CacheWriteBack); in CbPeiEntryPoint()
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DXen.c198 MtrrSetMemoryAttribute (Entry->BaseAddr, Entry->Length, CacheWriteBack); in XenPublishRamRegions()
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
DMtrrLib.h122 CacheWriteBack = 6 enumerator
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DMemoryCallback.c137 Status = MtrrSetMemoryAttributeInMtrrSettings (&MtrrSettings, 0, MemoryLength, CacheWriteBack); in MemoryDiscoveredPpiNotifyCallback()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
DMtrrLib.c1002 return CacheWriteBack; in GetMemoryCacheTypeFromMtrrType()
1321 if (MemoryType > CacheWriteBack) { in MtrrDebugPrintAllMtrrsWorker()
1348 if (MemoryType > CacheWriteBack) { in MtrrDebugPrintAllMtrrsWorker()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
DMtrrLib.c1007 return CacheWriteBack; in GetMemoryCacheTypeFromMtrrType()
1326 if (MemoryType > CacheWriteBack) { in MtrrDebugPrintAllMtrrsWorker()
1353 if (MemoryType > CacheWriteBack) { in MtrrDebugPrintAllMtrrsWorker()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.c390 CacheType = CacheWriteBack; in CpuSetMemoryAttributes()