Searched refs:CacheType (Results 1 – 11 of 11) sorted by relevance
367 MTRR_MEMORY_CACHE_TYPE CacheType; in CpuSetMemoryAttributes() local389 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()
585 UINT64 CacheType; in ResetCacheAttributes() local593 CacheType = EFI_CACHE_UNCACHEABLE; in ResetCacheAttributes()598 AsmWriteMsr64(EFI_MSR_CACHE_IA32_MTRR_DEF_TYPE, CacheType); in ResetCacheAttributes()
149 EFI_CACHE_TYPE_DATA CacheType; member
461 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()
2728 UINT64 CacheType:2; ///< Bit2:1 Indicates which cache should be used member
1144 MTRR_MEMORY_CACHE_TYPE CacheType; in MtrrGetMemoryAttributeByAddressWorker() local1225 CacheType = GetMemoryCacheTypeFromMtrrType (MtrrSetting, MtrrType); in MtrrGetMemoryAttributeByAddressWorker()1227 return CacheType; in MtrrGetMemoryAttributeByAddressWorker()
1168 MTRR_MEMORY_CACHE_TYPE CacheType; in MtrrGetMemoryAttributeByAddressWorker() local1249 CacheType = GetMemoryCacheTypeFromMtrrType (MtrrSetting, MtrrType); in MtrrGetMemoryAttributeByAddressWorker()1251 return CacheType; in MtrrGetMemoryAttributeByAddressWorker()
468 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()
823 UINT32 CacheType:5; member
986 EFI_CACHE_TYPE_DATA CacheType; member