Searched refs:__user_copy_pt (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Duaccess_pt.c39 static __always_inline size_t __user_copy_pt(unsigned long uaddr, void *kptr, function
124 rc = __user_copy_pt((unsigned long) from, to, n, 0);
136 return __user_copy_pt((unsigned long) to, (void *) from, n, 1);
153 ret = __user_copy_pt((unsigned long) to + done,
218 if (__user_copy_pt((unsigned long) src, dst, n, 0))

Completed in 191 milliseconds