Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c22 #define MSR_CORE_C6_RESIDENCY 0x3FD macro
82 msr = MSR_CORE_C6_RESIDENCY; in nhm_get_count()
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h157 #define MSR_CORE_C6_RESIDENCY 0x000003fd macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c194 [PERF_CSTATE_CORE_C6_RES] = { MSR_CORE_C6_RESIDENCY, &evattr_cstate_core_c6, test_core, },
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1040 if (get_msr(cpu, MSR_CORE_C6_RESIDENCY, &c->c6)) in get_counters()