Lines Matching refs:from
92 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel() argument
186 : "1"(to), "2"(from), "0"(size) in __copy_user_intel()
192 const void __user *from, unsigned long size) in __copy_user_intel_nocache() argument
270 : "1"(to), "2"(from), "0"(size) in __copy_user_intel_nocache()
281 unsigned long __copy_user_intel(void __user *to, const void *from,
286 #define __copy_user(to, from, size) \ argument
309 : "3"(size), "0"(size), "1"(to), "2"(from) \
313 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll() argument
316 if (movsl_is_ok(to, from, n)) in __copy_user_ll()
317 __copy_user(to, from, n); in __copy_user_ll()
319 n = __copy_user_intel(to, from, n); in __copy_user_ll()
325 unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, in __copy_from_user_ll_nocache_nozero() argument
331 n = __copy_user_intel_nocache(to, from, n); in __copy_from_user_ll_nocache_nozero()
333 __copy_user(to, from, n); in __copy_from_user_ll_nocache_nozero()
335 __copy_user(to, from, n); in __copy_from_user_ll_nocache_nozero()