Home
last modified time | relevance | path

Searched refs:MSR_PM_ENABLE (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmsr-index.h533 #define MSR_PM_ENABLE 0x00000770 macro
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h532 #define MSR_PM_ENABLE 0x00000770 macro
/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_tpmi_core.c561 rdmsrq(MSR_PM_ENABLE, value); in disable_dynamic_sst_features()
/linux/drivers/cpufreq/
H A Dintel_pstate.c2101 wrmsrq_on_cpu(cpudata->cpu, MSR_PM_ENABLE, 0x1); in intel_pstate_hwp_enable()
3757 rdmsrq(MSR_PM_ENABLE, value); in intel_pstate_hwp_is_enabled()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c7412 if (get_msr(cpu, MSR_PM_ENABLE, &msr)) in print_hwp()
7415 fprintf(outf, "cpu%d: MSR_PM_ENABLE: 0x%08llx (%sHWP)\n", cpu, msr, (msr & (1 << 0)) ? "" : "No-"); in print_hwp()
7417 /* MSR_PM_ENABLE[1] == 1 if HWP is enabled and MSRs visible */ in print_hwp()