Searched refs:_copy_to_user (Results 1 – 3 of 3) sorted by relevance
24 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() function28 EXPORT_SYMBOL(_copy_to_user);
212 _copy_to_user(void __user *, const void *, unsigned long);236 return _copy_to_user(to, from, n); in copy_to_user()
543 bindings::_copy_to_user( in write()