Home
last modified time | relevance | path

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

/drivers/idle/
Dintel_idle.c835 unsigned long long msr_bits; in auto_demotion_disable() local
837 rdmsrl(MSR_NHM_SNB_PKG_CST_CFG_CTL, msr_bits); in auto_demotion_disable()
838 msr_bits &= ~(icpu->auto_demotion_disable_flags); in auto_demotion_disable()
839 wrmsrl(MSR_NHM_SNB_PKG_CST_CFG_CTL, msr_bits); in auto_demotion_disable()
843 unsigned long long msr_bits; in c1e_promotion_disable() local
845 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_disable()
846 msr_bits &= ~0x2; in c1e_promotion_disable()
847 wrmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_disable()