Home
last modified time | relevance | path

Searched refs:MSR_FSB_FREQ (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/
H A Dtsc_msr.c189 rdmsr(MSR_FSB_FREQ, lo, hi); in cpu_khz_from_msr()
/linux/drivers/cpufreq/
H A Dspeedstep-lib.c135 rdmsr(MSR_FSB_FREQ, msr_lo, msr_tmp); in pentium_core_get_frequency()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h95 #define MSR_FSB_FREQ 0x000000cd macro
/linux/tools/power/x86/turbostat/
H A Dturbostat.c449 if (get_msr(base_cpu, MSR_FSB_FREQ, &msr)) in slm_bclk()