Searched refs:load_TLS (Results 1 – 6 of 6) sorted by relevance
92 static int load_TLS(int flags, struct task_struct *to) in load_TLS() function198 return load_TLS(O_FORCE, to); in arch_switch_tls()
256 load_TLS(next, cpu); in __switch_to()
105 load_TLS(t, cpu); in set_tls_desc()
443 load_TLS(next, cpu); in __switch_to()
123 #define load_TLS(t, cpu) native_load_tls(t, cpu) macro
232 static inline void load_TLS(struct thread_struct *t, unsigned cpu) in load_TLS() function