Searched refs:task_user_tls (Results 1 – 2 of 2) sorted by relevance
262 asm("mrs %0, tpidr_el0" : "=r" (*task_user_tls(p))); in copy_thread()299 *task_user_tls(current) = tpidr; in tls_thread_switch()301 tpidr = *task_user_tls(next); in tls_thread_switch()
92 #define task_user_tls(t) \ macro102 #define task_user_tls(t) (&(t)->thread.tp_value) macro