Home
last modified time | relevance | path

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

/linux/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; \
/linux/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()