Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dsnb_idle.c19 #define MSR_PKG_C2_RESIDENCY 0x60D macro
71 msr = MSR_PKG_C2_RESIDENCY; in snb_get_count()
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h160 #define MSR_PKG_C2_RESIDENCY 0x0000060d macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c332 [PERF_CSTATE_PKG_C2_RES] = { MSR_PKG_C2_RESIDENCY, &evattr_cstate_pkg_c2, test_pkg, },
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt61 #define MSR_PKG_C2_RESIDENCY 0x60D
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1079 if (get_msr(cpu, MSR_PKG_C2_RESIDENCY, &p->pc2)) in get_counters()