Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dprocess_32.c266 unsigned long parent_tid_ptr, child_tid_ptr; local
270 parent_tid_ptr = regs->u_regs[UREG_I2];
274 (int __user *) parent_tid_ptr,
Dprocess_64.c568 int __user *parent_tid_ptr, *child_tid_ptr; in sparc_do_fork() local
574 parent_tid_ptr = compat_ptr(regs->u_regs[UREG_I2]); in sparc_do_fork()
579 parent_tid_ptr = (int __user *) regs->u_regs[UREG_I2]; in sparc_do_fork()
584 parent_tid_ptr, child_tid_ptr); in sparc_do_fork()