Home
last modified time | relevance | path

Searched refs:system_supports_tpidr2 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/arch/arm64/kernel/
Dprocess.c252 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()
Dsignal.c655 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()
Dptrace.c670 if (system_supports_tpidr2()) in tls_get()
686 if (system_supports_tpidr2()) in tls_set()
694 if (system_supports_tpidr2()) in tls_set()
/Linux-v6.6/arch/arm64/include/asm/
Dcpufeature.h777 static __always_inline bool system_supports_tpidr2(void) in system_supports_tpidr2() function