Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/x86/include/asm/
Dmsr-index.h156 #define MSR_CORE_C3_RESIDENCY 0x000003fc macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c193 [PERF_CSTATE_CORE_C3_RES] = { MSR_CORE_C3_RESIDENCY, &evattr_cstate_core_c3, test_core, },
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1035 if (get_msr(cpu, MSR_CORE_C3_RESIDENCY, &c->c3)) in get_counters()