Searched refs:_copy_to_user (Results 1 – 4 of 4) sorted by relevance
38 EXPORT_SYMBOL(_copy_to_user);
658 unsigned long _copy_to_user(void __user *to, const void *from, unsigned n) in _copy_to_user() function664 EXPORT_SYMBOL(_copy_to_user);
19 ENTRY(_copy_to_user)31 ENDPROC(_copy_to_user)
652 unsigned long __must_check _copy_to_user(void __user *to, const void *from,736 n = _copy_to_user(to, from, n); in copy_to_user()