Searched refs:__wa (Results 1 – 2 of 2) sorted by relevance
26 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; \
613 const struct arch_timer_erratum_workaround *wa, *__wa; in arch_timer_check_ool_workaround() local637 __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()