Searched refs:msr_bits (Results 1 – 3 of 3) sorted by relevance
1949 unsigned long long msr_bits; in auto_demotion_disable() local1951 rdmsrl(MSR_PKG_CST_CONFIG_CONTROL, msr_bits); in auto_demotion_disable()1952 msr_bits &= ~auto_demotion_disable_flags; in auto_demotion_disable()1953 wrmsrl(MSR_PKG_CST_CONFIG_CONTROL, msr_bits); in auto_demotion_disable()1958 unsigned long long msr_bits; in c1e_promotion_enable() local1960 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_enable()1961 msr_bits |= 0x2; in c1e_promotion_enable()1962 wrmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_enable()1967 unsigned long long msr_bits; in c1e_promotion_disable() local1969 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_disable()[all …]
345 static inline unsigned int __unpack_fe01(unsigned long msr_bits) in __unpack_fe01() argument347 return ((msr_bits & MSR_FE0) >> 10) | ((msr_bits & MSR_FE1) >> 8); in __unpack_fe01()
1433 static struct regbit msr_bits[] = { variable1504 print_bits(val, msr_bits, ","); in print_msr_bits()