Searched refs:system_supports_tpidr2 (Results 1 – 3 of 3) sorted by relevance
256 if (system_supports_tpidr2()) in tls_thread_flush()526 if (system_supports_tpidr2() && !is_compat_task()) in tls_preserve_current_state()540 if (system_supports_tpidr2()) in tls_thread_switch()
877 if (!system_supports_tpidr2()) in parse_user_sigframe()1056 if (err == 0 && system_supports_tpidr2() && user.tpidr2) in restore_sigframe()1220 if (system_supports_tpidr2()) { in setup_sigframe_layout()1324 if (system_supports_tpidr2() && err == 0) { in setup_sigframe()
777 static __always_inline bool system_supports_tpidr2(void) in system_supports_tpidr2() function