Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c21 #define MSR_CORE_C3_RESIDENCY 0x3FC macro
79 msr = MSR_CORE_C3_RESIDENCY; in nhm_get_count()
/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h184 #define MSR_CORE_C3_RESIDENCY 0x000003fc macro
/Linux-v4.19/arch/x86/events/intel/
Dcstate.c154 [PERF_CSTATE_CORE_C3_RES] = { MSR_CORE_C3_RESIDENCY, &evattr_cstate_core_c3 },
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h467 #define MSR_CORE_C3_RESIDENCY 0x000003fc macro
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c1799 if (get_msr(cpu, MSR_CORE_C3_RESIDENCY, &c->c3)) in get_counters()