Searched refs:load_TLS (Results 1 – 6 of 6) sorted by relevance
/arch/x86/um/ |
D | tls_32.c | 90 static int load_TLS(int flags, struct task_struct *to) in load_TLS() function 196 return load_TLS(O_FORCE, to); in arch_switch_tls()
|
/arch/x86/kernel/ |
D | process_64.c | 315 load_TLS(next, cpu); in __switch_to() 468 load_TLS(&task->thread, cpu); in do_arch_prctl() 494 load_TLS(&task->thread, cpu); in do_arch_prctl()
|
D | tls.c | 52 load_TLS(t, cpu); in set_tls_desc()
|
D | process_32.c | 270 load_TLS(next, cpu); in __switch_to()
|
/arch/x86/include/asm/ |
D | desc.h | 100 #define load_TLS(t, cpu) native_load_tls(t, cpu) macro
|
D | paravirt.h | 315 static inline void load_TLS(struct thread_struct *t, unsigned cpu) in load_TLS() function
|