Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/x86/include/asm/
Dmsr-index.h153 #define MSR_PKG_C3_RESIDENCY 0x000003f8 macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c333 [PERF_CSTATE_PKG_C3_RES] = { MSR_PKG_C3_RESIDENCY, &evattr_cstate_pkg_c3, test_pkg, },
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt62 #define MSR_PKG_C3_RESIDENCY 0x3F8
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1073 if (get_msr(cpu, MSR_PKG_C3_RESIDENCY, &p->pc3)) in get_counters()