Home
last modified time | relevance | path

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

/Linux-v6.1/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c18 #define MSR_PKG_C3_RESIDENCY 0x3F8 macro
84 msr = MSR_PKG_C3_RESIDENCY; in nhm_get_count()
/Linux-v6.1/tools/arch/x86/include/asm/
Dmsr-index.h349 #define MSR_PKG_C3_RESIDENCY 0x000003f8 macro
/Linux-v6.1/arch/x86/events/intel/
Dcstate.c262 [PERF_CSTATE_PKG_C3_RES] = { MSR_PKG_C3_RESIDENCY, &group_cstate_pkg_c3, test_msr },
/Linux-v6.1/arch/x86/include/asm/
Dmsr-index.h349 #define MSR_PKG_C3_RESIDENCY 0x000003f8 macro
/Linux-v6.1/Documentation/driver-api/thermal/
Dintel_powerclamp.rst64 #define MSR_PKG_C3_RESIDENCY 0x3F8
/Linux-v6.1/drivers/platform/x86/intel/pmc/
Dcore.c42 {"Package C3", MSR_PKG_C3_RESIDENCY},
/Linux-v6.1/tools/power/x86/turbostat/
Dturbostat.c2247 if (get_msr(cpu, MSR_PKG_C3_RESIDENCY, &p->pc3)) in get_counters()