Searched refs:load_TLS (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/um/ |
H A D | tls_32.c | 91 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 D | process_64.c | 285 /* 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 D | tls.c | 104 load_TLS(t, cpu); set_tls_desc()
|
H A D | process_32.c | 269 load_TLS(next, cpu); __switch_to()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | desc.h | 101 #define load_TLS(t, cpu) native_load_tls(t, cpu) macro
|
H A D | paravirt.h | 274 static inline void load_TLS(struct thread_struct *t, unsigned cpu) load_TLS() function
|
Completed in 166 milliseconds