Searched refs:tpidr (Results 1 – 1 of 1) sorted by relevance
296 unsigned long tpidr, tpidrro; in tls_thread_switch() local298 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()