Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dprocess.c256 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()
H A Dsignal.c877 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()
/linux/arch/arm64/include/asm/
H A Dcpufeature.h777 static __always_inline bool system_supports_tpidr2(void) in system_supports_tpidr2() function