Home
last modified time | relevance | path

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

/linux-6.15/tools/power/cpupower/utils/idle_monitor/
H A Dnhm_idle.c21 #define MSR_CORE_C6_RESIDENCY 0x3FD macro
81 msr = MSR_CORE_C6_RESIDENCY; in nhm_get_count()
/linux-6.15/arch/x86/events/intel/
H A Dcstate.c176 [PERF_CSTATE_CORE_C6_RES] = { MSR_CORE_C6_RESIDENCY, &group_cstate_core_c6, test_msr },
/linux-6.15/arch/x86/include/asm/
H A Dmsr-index.h436 #define MSR_CORE_C6_RESIDENCY 0x000003fd macro
/linux-6.15/tools/arch/x86/include/asm/
H A Dmsr-index.h428 #define MSR_CORE_C6_RESIDENCY 0x000003fd macro
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c187 MSR_CORE_C6_RESIDENCY,
7642 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C6_RESIDENCY, MSR_TYPE_R); in vmx_vcpu_create()
/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c1387 .msr = MSR_CORE_C6_RESIDENCY,
8483 if (platform->has_msr_knl_core_c6_residency && cai->msr == MSR_CORE_C6_RESIDENCY) in counter_info_init()