Searched refs:child_tidptr (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | process.c | 160 uintptr_t child_tidptr; in sys_clone() local 166 get_user(child_tidptr, &args[3]); in sys_clone() 170 kargs.child_tid = (int __user *)child_tidptr; in sys_clone()
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | process.c | 256 int __user *parent_tidptr, int __user *child_tidptr, in nios2_clone() argument 262 .child_tid = child_tidptr, in nios2_clone()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
| H A D | 0001-Do-not-add-stack-pointer-to-clobber-list.patch | 53 "m"(parent_tidptr), "m"(newtls), "m"(child_tidptr)
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | process.c | 402 unsigned long child_tidptr, unsigned long tls) in ia64_clone() argument 407 .child_tid = (int __user *)child_tidptr, in ia64_clone()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fork.c | 2647 int __user *, child_tidptr) in SYSCALL_DEFINE5() argument 2651 int __user *, child_tidptr, in SYSCALL_DEFINE5() 2657 int __user *, child_tidptr, in SYSCALL_DEFINE5() 2662 int __user *, child_tidptr, in SYSCALL_DEFINE5() 2669 .child_tid = child_tidptr, in SYSCALL_DEFINE5()
|