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

/linux-4.4.14/drivers/idle/
H A Dintel_idle.c815 unsigned long long msr_bits; auto_demotion_disable() local
817 rdmsrl(MSR_NHM_SNB_PKG_CST_CFG_CTL, msr_bits); auto_demotion_disable()
818 msr_bits &= ~(icpu->auto_demotion_disable_flags); auto_demotion_disable()
819 wrmsrl(MSR_NHM_SNB_PKG_CST_CFG_CTL, msr_bits); auto_demotion_disable()
823 unsigned long long msr_bits; c1e_promotion_disable() local
825 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); c1e_promotion_disable()
826 msr_bits &= ~0x2; c1e_promotion_disable()
827 wrmsrl(MSR_IA32_POWER_CTL, msr_bits); c1e_promotion_disable()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dprocessor.h395 static inline unsigned int __unpack_fe01(unsigned long msr_bits) __unpack_fe01() argument
397 return ((msr_bits & MSR_FE0) >> 10) | ((msr_bits & MSR_FE1) >> 8); __unpack_fe01()
/linux-4.4.14/arch/powerpc/kernel/
H A Dprocess.c958 } msr_bits[] = { variable in typeref:struct:regbit
1022 printbits(regs->msr, msr_bits); show_regs()

Completed in 188 milliseconds