Searched refs:load_TLS (Results 1 – 6 of 6) sorted by relevance
89 static int load_TLS(int flags, struct task_struct *to) in load_TLS() function195 return load_TLS(O_FORCE, to); in arch_switch_tls()
182 load_TLS(next, cpu); in __switch_to()
107 load_TLS(t, cpu); in set_tls_desc()
585 load_TLS(next, cpu); in __switch_to()
119 #define load_TLS(t, cpu) native_load_tls(t, cpu) macro
298 static inline void load_TLS(struct thread_struct *t, unsigned cpu) in load_TLS() function