Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h207 #define MSR_CORE_C1_RES 0x00000660 macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h431 #define MSR_CORE_C1_RES 0x00000660 macro
/openbmc/linux/arch/x86/events/intel/
H A Dcstate.c176 [PERF_CSTATE_CORE_C1_RES] = { MSR_CORE_C1_RES, &group_cstate_core_c1, test_msr },
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h448 #define MSR_CORE_C1_RES 0x00000660 macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c180 MSR_CORE_C1_RES,
7532 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C1_RES, MSR_TYPE_R); in vmx_vcpu_create()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c2166 if (get_msr(cpu, MSR_CORE_C1_RES, &t->c1)) in get_counters()