Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/
Dtsc.c1187 static struct clocksource clocksource_tsc = { variable
1202 .list = LIST_HEAD_INIT(clocksource_tsc.list),
1217 clocksource_mark_unstable(&clocksource_tsc); in mark_tsc_unstable()
1225 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
1230 return !(clocksource_tsc.flags & CLOCK_SOURCE_MUST_VERIFY) && in tsc_clocksource_watchdog_disabled()
1401 clocksource_tsc.base = &art_base_clk; in tsc_refine_calibration_work()
1403 clocksource_register_khz(&clocksource_tsc, tsc_khz); in tsc_refine_calibration_work()
1420 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in init_tsc_clocksource()
1429 clocksource_tsc.base = &art_base_clk; in init_tsc_clocksource()
1431 clocksource_register_khz(&clocksource_tsc, tsc_khz); in init_tsc_clocksource()
[all …]