Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Darch_timer.h26 const struct arch_timer_erratum_workaround *__wa; \
27 __wa = __this_cpu_read(timer_unstable_counter_workaround); \
28 (__wa && __wa->h); \
33 const struct arch_timer_erratum_workaround *__wa; \
34 __wa = __this_cpu_read(timer_unstable_counter_workaround); \
35 (__wa && __wa->h) ? __wa->h : arch_timer_##h; \
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Darch_timer.h26 const struct arch_timer_erratum_workaround *__wa; \
27 __wa = __this_cpu_read(timer_unstable_counter_workaround); \
28 (__wa && __wa->h); \
33 const struct arch_timer_erratum_workaround *__wa; \
34 __wa = __this_cpu_read(timer_unstable_counter_workaround); \
35 (__wa && __wa->h) ? ({ isb(); __wa->h;}) : arch_timer_##h; \
/kernel/linux/linux-5.10/drivers/clocksource/
H A Darm_arch_timer.c586 const struct arch_timer_erratum_workaround *wa, *__wa; in arch_timer_check_ool_workaround() local
610 __wa = __this_cpu_read(timer_unstable_counter_workaround); in arch_timer_check_ool_workaround()
611 if (__wa && wa != __wa) in arch_timer_check_ool_workaround()
613 wa->desc, __wa->desc); in arch_timer_check_ool_workaround()
615 if (__wa) in arch_timer_check_ool_workaround()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Darm_arch_timer.c613 const struct arch_timer_erratum_workaround *wa, *__wa; in arch_timer_check_ool_workaround() local
637 __wa = __this_cpu_read(timer_unstable_counter_workaround); in arch_timer_check_ool_workaround()
638 if (__wa && wa != __wa) in arch_timer_check_ool_workaround()
640 wa->desc, __wa->desc); in arch_timer_check_ool_workaround()
642 if (__wa) in arch_timer_check_ool_workaround()

Completed in 6 milliseconds