Home
last modified time | relevance | path

Searched refs:MSR_CORE_C7_RESIDENCY (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
Dsnb_idle.c21 #define MSR_CORE_C7_RESIDENCY 0x3FE macro
68 msr = MSR_CORE_C7_RESIDENCY; in snb_get_count()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h148 #define MSR_CORE_C7_RESIDENCY 0x000003fe macro
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c1037 if (get_msr(cpu, MSR_CORE_C7_RESIDENCY, &c->c7)) in get_counters()