Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kernel/
Dprocess.c252 if (system_supports_tpidr2()) in tls_thread_flush()
371 if (system_supports_tpidr2()) in copy_thread()
419 if (system_supports_tpidr2() && !is_compat_task()) in tls_preserve_current_state()
433 if (system_supports_tpidr2()) in tls_thread_switch()
Dptrace.c675 if (system_supports_tpidr2()) in tls_get()
/linux-6.1.9/arch/arm64/include/asm/
Dcpufeature.h778 static __always_inline bool system_supports_tpidr2(void) in system_supports_tpidr2() function