Home
last modified time | relevance | path

Searched refs:MSR_PKG_C10_RESIDENCY (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/tools/power/cpupower/utils/idle_monitor/
Dhsw_ext_idle.c21 #define MSR_PKG_C10_RESIDENCY 0x00000632 macro
75 msr = MSR_PKG_C10_RESIDENCY; in hsw_ext_get_count()
/linux-5.19.10/drivers/platform/x86/intel/pmc/
Dcore.c47 {"Package C10", MSR_PKG_C10_RESIDENCY},
2071 if (rdmsrl_safe(MSR_PKG_C10_RESIDENCY, &pmcdev->pc10_counter)) in pmc_core_suspend()
2086 if (rdmsrl_safe(MSR_PKG_C10_RESIDENCY, &pc10_counter)) in pmc_core_is_pc10_failed()
/linux-5.19.10/tools/arch/x86/include/asm/
Dmsr-index.h349 #define MSR_PKG_C10_RESIDENCY 0x00000632 macro
/linux-5.19.10/arch/x86/include/asm/
Dmsr-index.h349 #define MSR_PKG_C10_RESIDENCY 0x00000632 macro
/linux-5.19.10/arch/x86/events/intel/
Dcstate.c267 [PERF_CSTATE_PKG_C10_RES] = { MSR_PKG_C10_RESIDENCY, &group_cstate_pkg_c10, test_msr },
/linux-5.19.10/tools/power/x86/turbostat/
Dturbostat.c2248 if (get_msr(cpu, MSR_PKG_C10_RESIDENCY, &p->pc10)) in get_counters()