Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/x86/include/asm/
Dmsr-index.h154 #define MSR_PKG_C6_RESIDENCY 0x000003f9 macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c334 [PERF_CSTATE_PKG_C6_RES] = { MSR_PKG_C6_RESIDENCY, &evattr_cstate_pkg_c6, test_pkg, },
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt63 #define MSR_PKG_C6_RESIDENCY 0x3F9
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1076 if (get_msr(cpu, MSR_PKG_C6_RESIDENCY, &p->pc6)) in get_counters()