Searched refs:CLONE_SETTLS (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/include/uapi/linux/
H A Dsched.h22 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
69 * @tls: If CLONE_SETTLS is set, the tls descriptor
/linux-master/tools/include/uapi/linux/
H A Dsched.h22 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
69 * @tls: If CLONE_SETTLS is set, the tls descriptor
/linux-master/tools/perf/trace/beauty/
H A Dclone.c74 if (!(flags & CLONE_SETTLS))
/linux-master/arch/csky/kernel/
H A Dprocess.c61 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/hexagon/kernel/
H A Dprocess.c104 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/sh/kernel/
H A Dprocess_32.c132 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/microblaze/kernel/
H A Dprocess.c110 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/parisc/kernel/
H A Dprocess.c251 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/openrisc/kernel/
H A Dprocess.c200 * For CLONE_SETTLS set "tp" (r10) to the TLS pointer.
202 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/arc/kernel/
H A Dprocess.c223 if (unlikely(clone_flags & CLONE_SETTLS)) {
/linux-master/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c173 * If we clone with CLONE_SETTLS then the value in the parent should
186 ret = sys_clone(CLONE_SETTLS, 0, &parent_tid, 0, &child_tid);
/linux-master/arch/xtensa/kernel/
H A Dprocess.c330 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/nios2/kernel/
H A Dprocess.c143 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/m68k/kernel/
H A Dprocess.c179 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/s390/kernel/
H A Dprocess.c174 if (clone_flags & CLONE_SETTLS) {
/linux-master/arch/riscv/kernel/
H A Dprocess.c219 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/sparc/kernel/
H A Dprocess_32.c361 if (clone_flags & CLONE_SETTLS)
H A Dprocess_64.c626 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/alpha/kernel/
H A Dprocess.c262 /* Note: if CLONE_SETTLS is not set, then we must inherit the
267 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/arm/kernel/
H A Dprocess.c271 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/um/kernel/
H A Dprocess.c193 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/loongarch/kernel/
H A Dprocess.c194 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/arm64/kernel/
H A Dprocess.c309 * CLONE_SETTLS but it's simpler to do it here. To avoid
385 if (clone_flags & CLONE_SETTLS) {
/linux-master/arch/mips/kernel/
H A Dprocess.c171 if (clone_flags & CLONE_SETTLS)
/linux-master/arch/x86/kernel/
H A Dprocess.c254 if (clone_flags & CLONE_SETTLS)

Completed in 209 milliseconds

12