timer_unstable_counter_workaround   27 arch/arm64/include/asm/arch_timer.h 		__wa = __this_cpu_read(timer_unstable_counter_workaround); \
timer_unstable_counter_workaround   34 arch/arm64/include/asm/arch_timer.h 		__wa = __this_cpu_read(timer_unstable_counter_workaround); \
timer_unstable_counter_workaround   64 arch/arm64/include/asm/arch_timer.h 		timer_unstable_counter_workaround);
timer_unstable_counter_workaround  379 drivers/clocksource/arm_arch_timer.c DEFINE_PER_CPU(const struct arch_timer_erratum_workaround *, timer_unstable_counter_workaround);
timer_unstable_counter_workaround  380 drivers/clocksource/arm_arch_timer.c EXPORT_SYMBOL_GPL(timer_unstable_counter_workaround);
timer_unstable_counter_workaround  547 drivers/clocksource/arm_arch_timer.c 		__this_cpu_write(timer_unstable_counter_workaround, wa);
timer_unstable_counter_workaround  550 drivers/clocksource/arm_arch_timer.c 			per_cpu(timer_unstable_counter_workaround, i) = wa;
timer_unstable_counter_workaround  595 drivers/clocksource/arm_arch_timer.c 	__wa = __this_cpu_read(timer_unstable_counter_workaround);