Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/tools/arch/x86/include/asm/
Dmsr-index.h350 #define MSR_PKG_C6_RESIDENCY 0x000003f9 macro
/linux-6.1.9/arch/x86/include/asm/
Dmsr-index.h350 #define MSR_PKG_C6_RESIDENCY 0x000003f9 macro
/linux-6.1.9/arch/x86/events/intel/
Dcstate.c264 [PERF_CSTATE_PKG_C6_RES] = { MSR_PKG_C6_RESIDENCY, &group_cstate_pkg_c6, test_msr },
/linux-6.1.9/Documentation/driver-api/thermal/
Dintel_powerclamp.rst65 #define MSR_PKG_C6_RESIDENCY 0x3F9
/linux-6.1.9/drivers/platform/x86/intel/pmc/
Dcore.c43 {"Package C6", MSR_PKG_C6_RESIDENCY},
/linux-6.1.9/tools/power/x86/turbostat/
Dturbostat.c2254 if (get_msr(cpu, MSR_PKG_C6_RESIDENCY, &p->pc6)) in get_counters()