Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c19 #define MSR_PKG_C3_RESIDENCY 0x3F8 macro
85 msr = MSR_PKG_C3_RESIDENCY; in nhm_get_count()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h143 #define MSR_PKG_C3_RESIDENCY 0x000003f8 macro
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt62 #define MSR_PKG_C3_RESIDENCY 0x3F8
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c1062 if (get_msr(cpu, MSR_PKG_C3_RESIDENCY, &p->pc3)) in get_counters()