Home
last modified time | relevance | path

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

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