Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/x86/include/asm/
Dmsr-index.h251 #define MSR_PKG_C3_RESIDENCY 0x000003f8 macro
/Linux-v5.4/arch/x86/events/intel/
Dcstate.c255 [PERF_CSTATE_PKG_C3_RES] = { MSR_PKG_C3_RESIDENCY, &group_cstate_pkg_c3, test_msr },
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h484 #define MSR_PKG_C3_RESIDENCY 0x000003f8 macro
/Linux-v5.4/drivers/platform/x86/
Dintel_pmc_core.c38 {"Package C3", MSR_PKG_C3_RESIDENCY},
/Linux-v5.4/Documentation/driver-api/thermal/
Dintel_powerclamp.rst64 #define MSR_PKG_C3_RESIDENCY 0x3F8
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c1931 if (get_msr(cpu, MSR_PKG_C3_RESIDENCY, &p->pc3)) in get_counters()