Home
last modified time | relevance | path

Searched refs:CLONE_SETTLS (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dsched.h18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
/linux-4.4.14/arch/arc/kernel/
Dprocess.c144 if (unlikely(clone_flags & CLONE_SETTLS)) { in copy_thread()
/linux-4.4.14/arch/hexagon/kernel/
Dprocess.c120 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/mn10300/kernel/
Dprocess.c181 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dprocess.c133 if (p->mm && (clone_flags & CLONE_SETTLS)) { in copy_thread()
/linux-4.4.14/arch/parisc/kernel/
Dprocess.c235 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/microblaze/kernel/
Dprocess.c113 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/frv/kernel/
Dprocess.c161 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/m68k/kernel/
Dprocess.c167 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/sh/kernel/
Dprocess_32.c168 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/xtensa/kernel/
Dprocess.c254 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/arm64/kernel/
Dprocess.c278 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/s390/kernel/
Dprocess.c177 if (clone_flags & CLONE_SETTLS) { in copy_thread()
/linux-4.4.14/arch/nios2/kernel/
Dprocess.c138 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/unicore32/kernel/
Dprocess.c251 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/x86/kernel/
Dprocess_32.c186 if (clone_flags & CLONE_SETTLS) in copy_thread_tls()
Dprocess_64.c209 if (clone_flags & CLONE_SETTLS) { in copy_thread_tls()
/linux-4.4.14/arch/alpha/kernel/
Dprocess.c274 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/um/kernel/
Dprocess.c191 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/arm/kernel/
Dprocess.c258 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/metag/kernel/
Dprocess.c231 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/sparc/kernel/
Dprocess_32.c410 if (clone_flags & CLONE_SETTLS)
Dprocess_64.c677 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/tile/kernel/
Dprocess.c178 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/mips/kernel/
Dprocess.c172 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-4.4.14/arch/ia64/kernel/
Dprocess.c416 if (clone_flags & CLONE_SETTLS) in copy_thread()
Dasm-offsets.c220 #if CLONE_SETTLS != (1<<19) in foo()
/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c1171 if (clone_flags & CLONE_SETTLS) { in copy_thread()