Searched refs:compat_oldlenp (Results 1 – 1 of 1) sorted by relevance
1465 compat_size_t __user *compat_oldlenp; in COMPAT_SYSCALL_DEFINE1() local1475 compat_oldlenp = compat_ptr(tmp.oldlenp); in COMPAT_SYSCALL_DEFINE1()1476 if (compat_oldlenp && get_user(oldlen, compat_oldlenp)) in COMPAT_SYSCALL_DEFINE1()1488 if (compat_oldlenp && put_user(oldlen, compat_oldlenp)) in COMPAT_SYSCALL_DEFINE1()