Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/x86/include/asm/
Dmsr-index.h181 #define MSR_PKG_C6_RESIDENCY 0x000003f9 macro
/Linux-v4.19/arch/x86/events/intel/
Dcstate.c225 [PERF_CSTATE_PKG_C6_RES] = { MSR_PKG_C6_RESIDENCY, &evattr_cstate_pkg_c6 },
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h464 #define MSR_PKG_C6_RESIDENCY 0x000003f9 macro
/Linux-v4.19/Documentation/thermal/
Dintel_powerclamp.txt63 #define MSR_PKG_C6_RESIDENCY 0x3F9
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c1858 if (get_msr(cpu, MSR_PKG_C6_RESIDENCY, &p->pc6)) in get_counters()