Home
last modified time | relevance | path

Searched refs:MSR_SMI_COUNT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_msr.c83 [PERF_MSR_SMI] = { MSR_SMI_COUNT, &evattr_smi, test_intel, },
166 if (unlikely(event->hw.event_base == MSR_SMI_COUNT)) in msr_event_update()
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h403 #define MSR_SMI_COUNT 0x00000034 macro
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1001 if (get_msr(cpu, MSR_SMI_COUNT, &msr)) in get_counters()