Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/x86/include/asm/
Dmsr-index.h180 #define MSR_PKG_C3_RESIDENCY 0x000003f8 macro
/Linux-v4.19/arch/x86/events/intel/
Dcstate.c224 [PERF_CSTATE_PKG_C3_RES] = { MSR_PKG_C3_RESIDENCY, &evattr_cstate_pkg_c3 },
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h463 #define MSR_PKG_C3_RESIDENCY 0x000003f8 macro
/Linux-v4.19/Documentation/thermal/
Dintel_powerclamp.txt62 #define MSR_PKG_C3_RESIDENCY 0x3F8
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c1851 if (get_msr(cpu, MSR_PKG_C3_RESIDENCY, &p->pc3)) in get_counters()