Searched refs:load_TLS (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/x86/um/ |
D | tls_32.c | 92 static int load_TLS(int flags, struct task_struct *to) in load_TLS() function 198 return load_TLS(O_FORCE, to); in arch_switch_tls()
|
/linux-4.4.14/arch/x86/kernel/ |
D | process_64.c | 300 load_TLS(next, cpu); in __switch_to() 522 load_TLS(&task->thread, cpu); in do_arch_prctl() 548 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 | 271 load_TLS(next, cpu); in __switch_to()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | desc.h | 101 #define load_TLS(t, cpu) native_load_tls(t, cpu) macro
|
D | paravirt.h | 250 static inline void load_TLS(struct thread_struct *t, unsigned cpu) in load_TLS() function
|