Home
last modified time | relevance | path

Searched refs:_copy_to_user (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/lib/
Dusercopy.c23 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() function
32 EXPORT_SYMBOL(_copy_to_user);
/Linux-v4.19/include/linux/
Duaccess.h129 _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() function
140 _copy_to_user(void __user *, const void *, unsigned long);
155 n = _copy_to_user(to, from, n); in copy_to_user()