Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/idle/
Dintel_idle.c825 rdmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_disable()
827 wrmsrl(MSR_IA32_POWER_CTL, msr_bits); in c1e_promotion_disable()
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h145 #define MSR_IA32_POWER_CTL 0x000001fc macro
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1188 get_msr(base_cpu, MSR_IA32_POWER_CTL, &msr); in dump_nhm_platform_info()