Searched refs:CpuFeatures (Results 1 – 2 of 2) sorted by relevance
222 ULONG CpuFeatures = 0; in KiGetFeatureBits() local365 CpuFeatures = CpuInfo.Edx; in KiGetFeatureBits()373 if (CpuFeatures & X86_FEATURE_MTTR) FeatureBits |= KF_MTRR; in KiGetFeatureBits()375 if (CpuFeatures & X86_FEATURE_CMOV) FeatureBits |= KF_CMOV; in KiGetFeatureBits()376 if (CpuFeatures & X86_FEATURE_PAT) FeatureBits |= KF_PAT; in KiGetFeatureBits()377 if (CpuFeatures & X86_FEATURE_DS) FeatureBits |= KF_DTS; in KiGetFeatureBits()378 if (CpuFeatures & X86_FEATURE_MMX) FeatureBits |= KF_MMX; in KiGetFeatureBits()379 if (CpuFeatures & X86_FEATURE_FXSR) FeatureBits |= KF_FXSR; in KiGetFeatureBits()384 if (CpuFeatures & X86_FEATURE_HT) in KiGetFeatureBits()437 ULONG CpuFeatures = 0; in KiReportCpuFeatures() local[all …]
351 ULONG CpuFeatures = 0; in KiReportCpuFeatures() local357 CpuFeatures = CpuInfo.Edx; in KiReportCpuFeatures()407 #define print_cf(cpu_flag) if (CpuFeatures & cpu_flag) DbgPrint(#cpu_flag " ") in KiReportCpuFeatures()