Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/tools/arch/x86/include/asm/
Dmsr-index.h338 #define MSR_PKG_C3_RESIDENCY 0x000003f8 macro
/linux-5.19.10/arch/x86/include/asm/
Dmsr-index.h338 #define MSR_PKG_C3_RESIDENCY 0x000003f8 macro
/linux-5.19.10/arch/x86/events/intel/
Dcstate.c262 [PERF_CSTATE_PKG_C3_RES] = { MSR_PKG_C3_RESIDENCY, &group_cstate_pkg_c3, test_msr },
/linux-5.19.10/Documentation/driver-api/thermal/
Dintel_powerclamp.rst64 #define MSR_PKG_C3_RESIDENCY 0x3F8
/linux-5.19.10/drivers/platform/x86/intel/pmc/
Dcore.c42 {"Package C3", MSR_PKG_C3_RESIDENCY},
/linux-5.19.10/tools/power/x86/turbostat/
Dturbostat.c2223 if (get_msr(cpu, MSR_PKG_C3_RESIDENCY, &p->pc3)) in get_counters()