Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dprocess.c256 if (system_supports_tpidr2()) in tls_thread_flush()
377 if (system_supports_tpidr2()) in copy_thread()
425 if (system_supports_tpidr2() && !is_compat_task()) in tls_preserve_current_state()
439 if (system_supports_tpidr2()) in tls_thread_switch()
/arch/arm64/include/asm/
Dcpufeature.h779 static __always_inline bool system_supports_tpidr2(void) in system_supports_tpidr2() function