Home
last modified time | relevance | path

Searched refs:MSR_CONFIG_TDP_NOMINAL (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmsr-index.h482 #define MSR_CONFIG_TDP_NOMINAL 0x00000648 macro
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h481 #define MSR_CONFIG_TDP_NOMINAL 0x00000648 macro
/linux/drivers/cpufreq/
H A Dintel_pstate.c2236 tdp_msr = MSR_CONFIG_TDP_NOMINAL + (tdp_ctrl & 0x03); in core_get_tdp_ratio()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c565 bool has_config_tdp; /* MSR_CONFIG_TDP_NOMINAL/LEVEL_1/LEVEL_2/CONTROL, MSR_TURBO_ACTIVATION_RATIO */
5626 get_msr(base_cpu, MSR_CONFIG_TDP_NOMINAL, &msr); in dump_config_tdp()
5627 fprintf(outf, "cpu%d: MSR_CONFIG_TDP_NOMINAL: 0x%08llx", base_cpu, msr); in dump_config_tdp()