Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/x86/include/asm/
Dmsr-index.h185 #define MSR_CORE_C6_RESIDENCY 0x000003fd macro
/Linux-v4.19/arch/x86/events/intel/
Dcstate.c155 [PERF_CSTATE_CORE_C6_RES] = { MSR_CORE_C6_RESIDENCY, &evattr_cstate_core_c6 },
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h468 #define MSR_CORE_C6_RESIDENCY 0x000003fd macro
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c1804 if (get_msr(cpu, MSR_CORE_C6_RESIDENCY, &c->c6)) in get_counters()