Home
last modified time | relevance | path

Searched refs:timer_unstable_counter_workaround (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Darch_timer.h27 __wa = __this_cpu_read(timer_unstable_counter_workaround); \
34 __wa = __this_cpu_read(timer_unstable_counter_workaround); \
65 timer_unstable_counter_workaround);
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Darch_timer.h27 __wa = __this_cpu_read(timer_unstable_counter_workaround); \
34 __wa = __this_cpu_read(timer_unstable_counter_workaround); \
63 timer_unstable_counter_workaround);
/kernel/linux/linux-5.10/drivers/clocksource/
H A Darm_arch_timer.c383 DEFINE_PER_CPU(const struct arch_timer_erratum_workaround *, timer_unstable_counter_workaround);
384 EXPORT_SYMBOL_GPL(timer_unstable_counter_workaround); variable
559 __this_cpu_write(timer_unstable_counter_workaround, wa); in arch_timer_enable_workaround()
562 per_cpu(timer_unstable_counter_workaround, i) = wa; in arch_timer_enable_workaround()
610 __wa = __this_cpu_read(timer_unstable_counter_workaround); in arch_timer_check_ool_workaround()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Darm_arch_timer.c411 DEFINE_PER_CPU(const struct arch_timer_erratum_workaround *, timer_unstable_counter_workaround);
412 EXPORT_SYMBOL_GPL(timer_unstable_counter_workaround); variable
586 __this_cpu_write(timer_unstable_counter_workaround, wa); in arch_timer_enable_workaround()
589 per_cpu(timer_unstable_counter_workaround, i) = wa; in arch_timer_enable_workaround()
637 __wa = __this_cpu_read(timer_unstable_counter_workaround); in arch_timer_check_ool_workaround()

Completed in 6 milliseconds