Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.c367 MTRR_MEMORY_CACHE_TYPE CacheType; in CpuSetMemoryAttributes() local
389 CacheType = CacheUncacheable; in CpuSetMemoryAttributes()
393 CacheType = CacheWriteCombining; in CpuSetMemoryAttributes()
397 CacheType = CacheWriteThrough; in CpuSetMemoryAttributes()
401 CacheType = CacheWriteProtected; in CpuSetMemoryAttributes()
405 CacheType = CacheWriteBack; in CpuSetMemoryAttributes()
423 CacheType in CpuSetMemoryAttributes()
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseCacheLib/
DCacheLib.c585 UINT64 CacheType; in ResetCacheAttributes() local
593 CacheType = EFI_CACHE_UNCACHEABLE; in ResetCacheAttributes()
598 AsmWriteMsr64(EFI_MSR_CACHE_IA32_MTRR_DEF_TYPE, CacheType); in ResetCacheAttributes()
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseCacheLib/
DCacheLib.c585 UINT64 CacheType; in ResetCacheAttributes() local
593 CacheType = EFI_CACHE_UNCACHEABLE; in ResetCacheAttributes()
598 AsmWriteMsr64(EFI_MSR_CACHE_IA32_MTRR_DEF_TYPE, CacheType); in ResetCacheAttributes()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DDataHubSubClassCache.h149 EFI_CACHE_TYPE_DATA CacheType; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c461 IN EFI_CACHE_TYPE_DATA* CacheType) in GetCacheType()
499 if(CacheType){ in GetCacheType()
500 *CacheType = CacheVariableRecord->CacheType; in GetCacheType()
630 EFI_CACHE_TYPE_DATA CacheType; in PrepareSetupInformation()
631 … if (EFI_SUCCESS == GetCacheType(DataHeader->Instance, DataHeader->SubInstance,&CacheType)){ in PrepareSetupInformation()
632 if (CacheType == EfiCacheTypeData) { in PrepareSetupInformation()
634 } else if (CacheType == EfiCacheTypeInstruction) { in PrepareSetupInformation()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPal.h2728 UINT64 CacheType:2; ///< Bit2:1 Indicates which cache should be used member
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
DMtrrLib.c1144 MTRR_MEMORY_CACHE_TYPE CacheType; in MtrrGetMemoryAttributeByAddressWorker() local
1225 CacheType = GetMemoryCacheTypeFromMtrrType (MtrrSetting, MtrrType); in MtrrGetMemoryAttributeByAddressWorker()
1227 return CacheType; in MtrrGetMemoryAttributeByAddressWorker()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
DMtrrLib.c1168 MTRR_MEMORY_CACHE_TYPE CacheType; in MtrrGetMemoryAttributeByAddressWorker() local
1249 CacheType = GetMemoryCacheTypeFromMtrrType (MtrrSetting, MtrrType); in MtrrGetMemoryAttributeByAddressWorker()
1251 return CacheType; in MtrrGetMemoryAttributeByAddressWorker()
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.c468 if (Eax.Bits.CacheType != CPUID_CACHE_PARAMS_CACHE_TYPE_NULL) { in CpuidCacheParams()
471 PRINT_BIT_FIELD (Eax, CacheType); in CpuidCacheParams()
486 } while (Eax.Bits.CacheType != CPUID_CACHE_PARAMS_CACHE_TYPE_NULL); in CpuidCacheParams()
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DCpuid.h823 UINT32 CacheType:5; member
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DDataHubRecords.h986 EFI_CACHE_TYPE_DATA CacheType; member