| /linux-6.15/tools/perf/trace/beauty/ |
| H A D | clone.c | 38 if (!(flags & CLONE_SETTLS)) in syscall_arg__scnprintf_clone_flags()
|
| /linux-6.15/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 22 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | sched.h | 22 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
|
| /linux-6.15/arch/csky/kernel/ |
| H A D | process.c | 61 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | process.c | 251 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/hexagon/kernel/ |
| H A D | process.c | 104 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/openrisc/kernel/ |
| H A D | process.c | 201 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/arc/kernel/ |
| H A D | process.c | 223 if (unlikely(clone_flags & CLONE_SETTLS)) { in copy_thread()
|
| /linux-6.15/arch/microblaze/kernel/ |
| H A D | process.c | 110 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | process_32.c | 132 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/tools/testing/selftests/arm64/abi/ |
| H A D | tpidr2.c | 186 ret = sys_clone(CLONE_SETTLS, 0, &parent_tid, 0, &child_tid); in write_clone_read()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | process.c | 169 if (clone_flags & CLONE_SETTLS) { in copy_thread()
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | process.c | 179 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/um/kernel/ |
| H A D | process.c | 175 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/xtensa/kernel/ |
| H A D | process.c | 331 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/nios2/kernel/ |
| H A D | process.c | 143 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | process.c | 267 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | process.c | 194 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | process_32.c | 361 if (clone_flags & CLONE_SETTLS)
|
| H A D | process_64.c | 626 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | process.c | 271 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | process.c | 237 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | process.c | 447 if (clone_flags & CLONE_SETTLS) { in copy_thread()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | process.c | 171 if (clone_flags & CLONE_SETTLS) in copy_thread()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | process.c | 260 if (clone_flags & CLONE_SETTLS) in copy_thread()
|