Searched refs:__user_copy_pt (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/s390/lib/ |
D | uaccess_pt.c | 39 static __always_inline size_t __user_copy_pt(unsigned long uaddr, void *kptr, in __user_copy_pt() function 124 rc = __user_copy_pt((unsigned long) from, to, n, 0); in copy_from_user_pt() 136 return __user_copy_pt((unsigned long) to, (void *) from, n, 1); in copy_to_user_pt() 153 ret = __user_copy_pt((unsigned long) to + done, in clear_user_pt() 218 if (__user_copy_pt((unsigned long) src, dst, n, 0)) in strncpy_from_user_pt()
|