Searched refs:load_TLS (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/um/
H A Dtls_32.c91 static int load_TLS(int flags, struct task_struct *to) load_TLS() function
197 return load_TLS(O_FORCE, to); arch_switch_tls()
258 * flushed. This could be triggered if load_TLS() failed. get_tls_entry()
/linux-4.1.27/arch/x86/kernel/
H A Dprocess_64.c285 /* We must save %fs and %gs before load_TLS() because __switch_to()
286 * %fs and %gs may be cleared by load_TLS(). __switch_to()
297 load_TLS(next, cpu); __switch_to()
586 load_TLS(&task->thread, cpu); do_arch_prctl()
612 load_TLS(&task->thread, cpu); do_arch_prctl()
H A Dtls.c104 load_TLS(t, cpu); set_tls_desc()
H A Dprocess_32.c269 load_TLS(next, cpu); __switch_to()
/linux-4.1.27/arch/x86/include/asm/
H A Ddesc.h101 #define load_TLS(t, cpu) native_load_tls(t, cpu) macro
H A Dparavirt.h274 static inline void load_TLS(struct thread_struct *t, unsigned cpu) load_TLS() function

Completed in 166 milliseconds