Home
last modified time | relevance | path

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

/linux/arch/x86/um/
H A Dtls_32.c86 static int load_TLS(int flags, struct task_struct *to) in load_TLS() function
192 return load_TLS(O_FORCE, to); in arch_switch_tls()
/linux/arch/x86/include/asm/
H A Ddesc.h119 #define load_TLS(t, cpu) native_load_tls(t, cpu) macro