Searched refs:MiscEnableMsr (Results 1 – 1 of 1) sorted by relevance
946 MSR_IA32_MISC_ENABLE_REGISTER MiscEnableMsr; in CheckFeatureSupported() local977 MiscEnableMsr.Uint64 = AsmReadMsr64 (MSR_IA32_MISC_ENABLE); in CheckFeatureSupported()978 if (MiscEnableMsr.Bits.BTS == 1) { in CheckFeatureSupported()