Searched refs:load_TLS (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/um/ |
D | tls_32.c | 91 static int load_TLS(int flags, struct task_struct *to) in load_TLS() function 197 return load_TLS(O_FORCE, to); in arch_switch_tls()
|
/linux-4.1.27/arch/x86/kernel/ |
D | process_64.c | 297 load_TLS(next, cpu); in __switch_to() 586 load_TLS(&task->thread, cpu); in do_arch_prctl() 612 load_TLS(&task->thread, cpu); in do_arch_prctl()
|
D | tls.c | 104 load_TLS(t, cpu); in set_tls_desc()
|
D | process_32.c | 269 load_TLS(next, cpu); in __switch_to()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | desc.h | 101 #define load_TLS(t, cpu) native_load_tls(t, cpu) macro
|
D | paravirt.h | 274 static inline void load_TLS(struct thread_struct *t, unsigned cpu) in load_TLS() function
|