Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c20 #define MSR_CORE_C3_RESIDENCY 0x3FC macro
78 msr = MSR_CORE_C3_RESIDENCY; in nhm_get_count()
/kernel/linux/linux-5.10/arch/x86/events/intel/
Dcstate.c173 [PERF_CSTATE_CORE_C3_RES] = { MSR_CORE_C3_RESIDENCY, &group_cstate_core_c3, test_msr },
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
Dmsr-index.h328 #define MSR_CORE_C3_RESIDENCY 0x000003fc macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmsr-index.h328 #define MSR_CORE_C3_RESIDENCY 0x000003fc macro
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c169 MSR_CORE_C3_RESIDENCY,
7051 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C3_RESIDENCY, MSR_TYPE_R); in vmx_create_vcpu()
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
Dturbostat.c1991 if (get_msr(cpu, MSR_CORE_C3_RESIDENCY, &c->c3)) in get_counters()