Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dprocessor.h336 static inline unsigned int __unpack_fe01(unsigned long msr_bits) in __unpack_fe01() argument
338 return ((msr_bits & MSR_FE0) >> 10) | ((msr_bits & MSR_FE1) >> 8); in __unpack_fe01()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dprocessor.h341 static inline unsigned int __unpack_fe01(unsigned long msr_bits) in __unpack_fe01() argument
343 return ((msr_bits & MSR_FE0) >> 10) | ((msr_bits & MSR_FE1) >> 8); in __unpack_fe01()
/kernel/linux/linux-5.10/drivers/idle/
H A Dintel_idle.c1574 unsigned long long msr_bits; in auto_demotion_disable() local
1576 rdmsrl(MSR_PKG_CST_CONFIG_CONTROL, msr_bits); in auto_demotion_disable()
1577 msr_bits &= ~auto_demotion_disable_flags; in auto_demotion_disable()
1578 wrmsrl(MSR_PKG_CST_CONFIG_CONTROL, msr_bits); in auto_demotion_disable()
1583 unsigned long long msr_bits; in c1e_promotion_disable() local
1585 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_disable()
1586 msr_bits &= ~0x2; in c1e_promotion_disable()
1587 wrmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_disable()
/kernel/linux/linux-6.6/drivers/idle/
H A Dintel_idle.c1969 unsigned long long msr_bits; in auto_demotion_disable() local
1971 rdmsrl(MSR_PKG_CST_CONFIG_CONTROL, msr_bits); in auto_demotion_disable()
1972 msr_bits &= ~auto_demotion_disable_flags; in auto_demotion_disable()
1973 wrmsrl(MSR_PKG_CST_CONFIG_CONTROL, msr_bits); in auto_demotion_disable()
1978 unsigned long long msr_bits; in c1e_promotion_enable() local
1980 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_enable()
1981 msr_bits |= 0x2; in c1e_promotion_enable()
1982 wrmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_enable()
1987 unsigned long long msr_bits; in c1e_promotion_disable() local
1989 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_disable()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprocess.c1399 static struct regbit msr_bits[] = { variable
1470 print_bits(val, msr_bits, ","); in print_msr_bits()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprocess.c1468 static struct regbit msr_bits[] = { variable
1539 print_bits(val, msr_bits, ","); in print_msr_bits()

Completed in 11 milliseconds