Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dprocessor.h352 static inline unsigned int __unpack_fe01(unsigned long msr_bits) in __unpack_fe01() argument
354 return ((msr_bits & MSR_FE0) >> 10) | ((msr_bits & MSR_FE1) >> 8); in __unpack_fe01()
/linux/drivers/idle/
A Dintel_idle.c2159 unsigned long long msr_bits; in auto_demotion_disable() local
2161 rdmsrl(MSR_PKG_CST_CONFIG_CONTROL, msr_bits); in auto_demotion_disable()
2162 msr_bits &= ~auto_demotion_disable_flags; in auto_demotion_disable()
2168 unsigned long long msr_bits; in c1e_promotion_enable() local
2170 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_enable()
2171 msr_bits |= 0x2; in c1e_promotion_enable()
2172 wrmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_enable()
2177 unsigned long long msr_bits; in c1e_promotion_disable() local
2179 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_disable()
2180 msr_bits &= ~0x2; in c1e_promotion_disable()
[all …]
/linux/arch/powerpc/kernel/
A Dprocess.c1473 static struct regbit msr_bits[] = { variable
1544 print_bits(val, msr_bits, ","); in print_msr_bits()

Completed in 11 milliseconds