Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dtsc.c1626 int constant_tsc = cpu_has(&cpu_data(cpu), X86_FEATURE_CONSTANT_TSC); in calibrate_delay_is_known() local
1633 if (constant_tsc && !tsc_unstable) in calibrate_delay_is_known()
1644 if (!constant_tsc || !mask) in calibrate_delay_is_known()