Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dhsw_ext_idle.c21 #define MSR_PKG_C10_RESIDENCY 0x00000632 macro
75 msr = MSR_PKG_C10_RESIDENCY; in hsw_ext_get_count()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h159 #define MSR_PKG_C10_RESIDENCY 0x00000632 macro
/openbmc/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c52 {"Package C10", MSR_PKG_C10_RESIDENCY},
1293 if (rdmsrl_safe(MSR_PKG_C10_RESIDENCY, &pmcdev->pc10_counter)) in pmc_core_suspend()
1307 if (rdmsrl_safe(MSR_PKG_C10_RESIDENCY, &pc10_counter)) in pmc_core_is_pc10_failed()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h378 #define MSR_PKG_C10_RESIDENCY 0x00000632 macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h394 #define MSR_PKG_C10_RESIDENCY 0x00000632 macro
/openbmc/linux/arch/x86/events/intel/
H A Dcstate.c267 [PERF_CSTATE_PKG_C10_RES] = { MSR_PKG_C10_RESIDENCY, &group_cstate_pkg_c10, test_msr },
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c2276 if (get_msr(cpu, MSR_PKG_C10_RESIDENCY, &p->pc10)) in get_counters()