Searched refs:task_user_tls (Results 1 – 2 of 2) sorted by relevance
340 *task_user_tls(p) = read_sysreg(tpidr_el0); in copy_thread()374 *task_user_tls(current) = read_sysreg(tpidr_el0); in tls_preserve_current_state()386 write_sysreg(*task_user_tls(next), tpidr_el0); in tls_thread_switch()
145 #define task_user_tls(t) \ macro155 #define task_user_tls(t) (&(t)->thread.uw.tp_value) macro