Searched refs:system_supports_tpidr2 (Results 1 – 4 of 4) sorted by relevance
252 if (system_supports_tpidr2()) in tls_thread_flush()374 if (system_supports_tpidr2()) in copy_thread()422 if (system_supports_tpidr2() && !is_compat_task()) in tls_preserve_current_state()436 if (system_supports_tpidr2()) in tls_thread_switch()
655 if (!system_supports_tpidr2()) in parse_user_sigframe()806 if (err == 0 && system_supports_tpidr2() && user.tpidr2) in restore_sigframe()897 if (system_supports_tpidr2()) { in setup_sigframe_layout()980 if (system_supports_tpidr2() && err == 0) { in setup_sigframe()
670 if (system_supports_tpidr2()) in tls_get()686 if (system_supports_tpidr2()) in tls_set()694 if (system_supports_tpidr2()) in tls_set()
777 static __always_inline bool system_supports_tpidr2(void) in system_supports_tpidr2() function