Home
last modified time | relevance | path

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

12

/linux-6.12.1/tools/perf/trace/beauty/
Dclone.c38 if (!(flags & CLONE_SETTLS)) in syscall_arg__scnprintf_clone_flags()
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dsched.h22 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
/linux-6.12.1/include/uapi/linux/
Dsched.h22 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
/linux-6.12.1/arch/csky/kernel/
Dprocess.c61 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/hexagon/kernel/
Dprocess.c104 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/parisc/kernel/
Dprocess.c251 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/openrisc/kernel/
Dprocess.c201 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/arc/kernel/
Dprocess.c223 if (unlikely(clone_flags & CLONE_SETTLS)) { in copy_thread()
/linux-6.12.1/arch/microblaze/kernel/
Dprocess.c110 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/sh/kernel/
Dprocess_32.c132 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/tools/testing/selftests/arm64/abi/
Dtpidr2.c186 ret = sys_clone(CLONE_SETTLS, 0, &parent_tid, 0, &child_tid); in write_clone_read()
/linux-6.12.1/arch/s390/kernel/
Dprocess.c169 if (clone_flags & CLONE_SETTLS) { in copy_thread()
/linux-6.12.1/arch/m68k/kernel/
Dprocess.c179 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/xtensa/kernel/
Dprocess.c331 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/um/kernel/
Dprocess.c174 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/riscv/kernel/
Dprocess.c228 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/nios2/kernel/
Dprocess.c143 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/alpha/kernel/
Dprocess.c267 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/loongarch/kernel/
Dprocess.c194 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/arm/kernel/
Dprocess.c271 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/sparc/kernel/
Dprocess_32.c361 if (clone_flags & CLONE_SETTLS)
Dprocess_64.c626 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/arm64/kernel/
Dprocess.c398 if (clone_flags & CLONE_SETTLS) { in copy_thread()
/linux-6.12.1/arch/mips/kernel/
Dprocess.c171 if (clone_flags & CLONE_SETTLS) in copy_thread()
/linux-6.12.1/arch/x86/kernel/
Dprocess.c254 if (clone_flags & CLONE_SETTLS) in copy_thread()

12