Home
last modified time | relevance | path

Searched refs:parent_tid_ptr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
Dprocess_32.c270 unsigned long parent_tid_ptr, child_tid_ptr; local
274 parent_tid_ptr = regs->u_regs[UREG_I2];
278 (int __user *) parent_tid_ptr,
Dprocess_64.c585 int __user *parent_tid_ptr, *child_tid_ptr; in sparc_do_fork() local
591 parent_tid_ptr = compat_ptr(regs->u_regs[UREG_I2]); in sparc_do_fork()
596 parent_tid_ptr = (int __user *) regs->u_regs[UREG_I2]; in sparc_do_fork()
601 parent_tid_ptr, child_tid_ptr); in sparc_do_fork()