Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c20 #define MSR_PKG_C6_RESIDENCY 0x3F9 macro
88 msr = MSR_PKG_C6_RESIDENCY; in nhm_get_count()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h144 #define MSR_PKG_C6_RESIDENCY 0x000003f9 macro
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt63 #define MSR_PKG_C6_RESIDENCY 0x3F9
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c1065 if (get_msr(cpu, MSR_PKG_C6_RESIDENCY, &p->pc6)) in get_counters()