Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dprocess.c296 unsigned long tpidr, tpidrro; in tls_thread_switch() local
298 asm("mrs %0, tpidr_el0" : "=r" (tpidr)); in tls_thread_switch()
299 *task_user_tls(current) = tpidr; in tls_thread_switch()
301 tpidr = *task_user_tls(next); in tls_thread_switch()
308 : : "r" (tpidr), "r" (tpidrro)); in tls_thread_switch()