Searched refs:compat_oldlenp (Results 1 – 1 of 1) sorted by relevance
1447 compat_size_t __user *compat_oldlenp; in COMPAT_SYSCALL_DEFINE1() local1457 compat_oldlenp = compat_ptr(tmp.oldlenp); in COMPAT_SYSCALL_DEFINE1()1458 if (compat_oldlenp && get_user(oldlen, compat_oldlenp)) in COMPAT_SYSCALL_DEFINE1()1470 if (compat_oldlenp && put_user(oldlen, compat_oldlenp)) in COMPAT_SYSCALL_DEFINE1()