Searched refs:MSR_CORE_C6_RESIDENCY (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
H A D | nhm_idle.c | 21 #define MSR_CORE_C6_RESIDENCY 0x3FD macro 81 msr = MSR_CORE_C6_RESIDENCY; in nhm_get_count()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/ |
H A D | nhm_idle.c | 21 #define MSR_CORE_C6_RESIDENCY 0x3FD macro 81 msr = MSR_CORE_C6_RESIDENCY; in nhm_get_count()
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | cstate.c | 50 * MSR_CORE_C6_RESIDENCY: CORE C6 Residency Counter 174 [PERF_CSTATE_CORE_C6_RES] = { MSR_CORE_C6_RESIDENCY, &group_cstate_core_c6, test_msr },
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | cstate.c | 51 * MSR_CORE_C6_RESIDENCY: CORE C6 Residency Counter 179 [PERF_CSTATE_CORE_C6_RES] = { MSR_CORE_C6_RESIDENCY, &group_cstate_core_c6, test_msr },
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | msr-index.h | 355 #define MSR_CORE_C6_RESIDENCY 0x000003fd macro
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 329 #define MSR_CORE_C6_RESIDENCY 0x000003fd macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | msr-index.h | 380 #define MSR_CORE_C6_RESIDENCY 0x000003fd macro
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 372 #define MSR_CORE_C6_RESIDENCY 0x000003fd macro
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.c | 169 MSR_CORE_C6_RESIDENCY, 7090 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C6_RESIDENCY, MSR_TYPE_R); in vmx_create_vcpu()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.c | 180 MSR_CORE_C6_RESIDENCY, 7525 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C6_RESIDENCY, MSR_TYPE_R); in vmx_vcpu_create()
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 1996 if (get_msr(cpu, MSR_CORE_C6_RESIDENCY, &c->c6)) in get_counters() 3484 * MSR_CORE_C6_RESIDENCY 0x000003fd
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2181 if (get_msr(cpu, MSR_CORE_C6_RESIDENCY, &c->c6)) in get_counters() 2194 * MSR_CORE_C6_RESIDENCY returns residency of cc6 and deeper. in get_counters() 3690 * MSR_CORE_C6_RESIDENCY 0x000003fd
|
Completed in 50 milliseconds