Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/um/
Dtls_32.c89 static int load_TLS(int flags, struct task_struct *to) in load_TLS() function
195 return load_TLS(O_FORCE, to); in arch_switch_tls()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dprocess_32.c184 load_TLS(next, cpu); in __switch_to()
Dtls.c106 load_TLS(t, cpu); in set_tls_desc()
Dprocess_64.c557 load_TLS(next, cpu); in __switch_to()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Ddesc.h118 #define load_TLS(t, cpu) native_load_tls(t, cpu) macro
Dparavirt.h273 static inline void load_TLS(struct thread_struct *t, unsigned cpu) in load_TLS() function