Searched refs:child_tidptr (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | tpidr2.c | 166 int *child_tidptr) in sys_clone() argument 169 child_tidptr); in sys_clone()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | process.c | 254 int __user *parent_tidptr, int __user *child_tidptr, in nios2_clone() argument 260 .child_tid = child_tidptr, in nios2_clone()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sys_ia32.c | 242 unsigned long, tls_val, int __user *, child_tidptr) in COMPAT_SYSCALL_DEFINE5() argument 247 .child_tid = child_tidptr, in COMPAT_SYSCALL_DEFINE5()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | process.c | 407 unsigned long child_tidptr, unsigned long tls) in ia64_clone() argument 412 .child_tid = (int __user *)child_tidptr, in ia64_clone()
|
/openbmc/qemu/linux-user/ |
H A D | qemu.h | 120 abi_ulong child_tidptr; member
|
H A D | syscall.c | 6488 return put_user_ual(ts->child_tidptr, arg2); in do_prctl() 6528 abi_ulong child_tidptr; member 6548 if (info->child_tidptr) in clone_func() 6549 put_user_u32(info->tid, info->child_tidptr); in clone_func() 6571 abi_ulong child_tidptr) in do_fork() argument 6624 ts->child_tidptr = child_tidptr; in do_fork() 6637 info.child_tidptr = child_tidptr; in do_fork() 6707 put_user_u32(sys_gettid(), child_tidptr); in do_fork() 6714 ts->child_tidptr = child_tidptr; in do_fork() 9225 if (ts->child_tidptr) { in _syscall2() [all …]
|
H A D | strace.c | 2053 abi_ulong child_tidptr) in do_print_clone() argument 2059 print_raw_param("child_tidptr=0x" TARGET_ABI_FMT_lx, child_tidptr, 1); in do_print_clone()
|
/openbmc/linux/kernel/ |
H A D | fork.c | 3023 int __user *, child_tidptr) in SYSCALL_DEFINE5() argument 3027 int __user *, child_tidptr, in SYSCALL_DEFINE5() 3033 int __user *, child_tidptr, in SYSCALL_DEFINE5() 3038 int __user *, child_tidptr, in SYSCALL_DEFINE5() 3045 .child_tid = child_tidptr, in SYSCALL_DEFINE5()
|