Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/platform/x86/intel/pmc/
Dcore.c47 {"Package C10", MSR_PKG_C10_RESIDENCY},
2073 if (rdmsrl_safe(MSR_PKG_C10_RESIDENCY, &pmcdev->pc10_counter)) in pmc_core_suspend()
2088 if (rdmsrl_safe(MSR_PKG_C10_RESIDENCY, &pc10_counter)) in pmc_core_is_pc10_failed()
/linux-6.1.9/tools/arch/x86/include/asm/
Dmsr-index.h360 #define MSR_PKG_C10_RESIDENCY 0x00000632 macro
/linux-6.1.9/arch/x86/include/asm/
Dmsr-index.h360 #define MSR_PKG_C10_RESIDENCY 0x00000632 macro
/linux-6.1.9/arch/x86/events/intel/
Dcstate.c268 [PERF_CSTATE_PKG_C10_RES] = { MSR_PKG_C10_RESIDENCY, &group_cstate_pkg_c10, test_msr },
/linux-6.1.9/tools/power/x86/turbostat/
Dturbostat.c2272 if (get_msr(cpu, MSR_PKG_C10_RESIDENCY, &p->pc10)) in get_counters()