Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h199 #define MSR_CORE_C1_RES 0x00000660 macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c192 [PERF_CSTATE_CORE_C1_RES] = { MSR_CORE_C1_RES, &evattr_cstate_core_c1, test_core, },
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1026 if (get_msr(cpu, MSR_CORE_C1_RES, &t->c1)) in get_counters()