Home
last modified time | relevance | path

Searched refs:MSR_PKG_C6_RESIDENCY (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c19 #define MSR_PKG_C6_RESIDENCY 0x3F9 macro
87 msr = MSR_PKG_C6_RESIDENCY; in nhm_get_count()
/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h252 #define MSR_PKG_C6_RESIDENCY 0x000003f9 macro
/Linux-v5.4/arch/x86/events/intel/
Dcstate.c256 [PERF_CSTATE_PKG_C6_RES] = { MSR_PKG_C6_RESIDENCY, &group_cstate_pkg_c6, test_msr },
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h485 #define MSR_PKG_C6_RESIDENCY 0x000003f9 macro
/Linux-v5.4/drivers/platform/x86/
Dintel_pmc_core.c39 {"Package C6", MSR_PKG_C6_RESIDENCY},
/Linux-v5.4/Documentation/driver-api/thermal/
Dintel_powerclamp.rst65 #define MSR_PKG_C6_RESIDENCY 0x3F9
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c1938 if (get_msr(cpu, MSR_PKG_C6_RESIDENCY, &p->pc6)) in get_counters()