Searched refs:_copy_to_user (Results 1 – 4 of 4) sorted by relevance
38 EXPORT_SYMBOL(_copy_to_user);
44 ENTRY(_copy_to_user)58 ENDPROC(_copy_to_user)
657 unsigned long _copy_to_user(void __user *to, const void *from, unsigned n) in _copy_to_user() function663 EXPORT_SYMBOL(_copy_to_user);
647 unsigned long __must_check _copy_to_user(void __user *to, const void *from,731 n = _copy_to_user(to, from, n); in copy_to_user()