Home
last modified time | relevance | path

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

/external/u-boot/drivers/timer/
Dtsc_timer.c176 rdmsr(MSR_FSB_FREQ, lo, hi); in cpu_mhz_from_msr()
/external/u-boot/arch/x86/include/asm/
Dmsr-index.h54 #define MSR_FSB_FREQ 0x000000cd macro
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h382 #define MSR_FSB_FREQ 0x000000cd macro
/external/autotest/client/bin/
Dutils.py404 MSR_FSB_FREQ = 0xcd
405 return INTEL_SILVERMONT_BCLK_TABLE[utils.rdmsr(MSR_FSB_FREQ) & 0xf]
/external/crosvm/x86_64/src/
Dmsr_index.rs38 pub const MSR_FSB_FREQ: ::std::os::raw::c_uint = 0x000000cd; constant