Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/idle/
A Dintel_idle.c1950 unsigned long long msr_bits; in auto_demotion_disable() local
1952 rdmsrl(MSR_PKG_CST_CONFIG_CONTROL, msr_bits); in auto_demotion_disable()
1953 msr_bits &= ~auto_demotion_disable_flags; in auto_demotion_disable()
1959 unsigned long long msr_bits; in c1e_promotion_enable() local
1961 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_enable()
1962 msr_bits |= 0x2; in c1e_promotion_enable()
1963 wrmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_enable()
1968 unsigned long long msr_bits; in c1e_promotion_disable() local
1970 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_disable()
1971 msr_bits &= ~0x2; in c1e_promotion_disable()
[all …]
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dprocessor.h345 static inline unsigned int __unpack_fe01(unsigned long msr_bits) in __unpack_fe01() argument
347 return ((msr_bits & MSR_FE0) >> 10) | ((msr_bits & MSR_FE1) >> 8); in __unpack_fe01()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dprocess.c1461 static struct regbit msr_bits[] = { variable
1532 print_bits(val, msr_bits, ","); in print_msr_bits()

Completed in 10 milliseconds