Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dhsw_ext_idle.c21 #define MSR_PKG_C9_RESIDENCY 0x00000631 macro
74 msr = MSR_PKG_C9_RESIDENCY; in hsw_ext_get_count()
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h162 #define MSR_PKG_C9_RESIDENCY 0x00000631 macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c337 [PERF_CSTATE_PKG_C9_RES] = { MSR_PKG_C9_RESIDENCY, &evattr_cstate_pkg_c9, test_pkg, },
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1087 if (get_msr(cpu, MSR_PKG_C9_RESIDENCY, &p->pc9)) in get_counters()