Home
last modified time | relevance | path

Searched refs:_inline_copy_to_user (Results 1 – 3 of 3) sorted by relevance

/linux/rust/helpers/
H A Duaccess.c27 return _inline_copy_to_user(to, from, n);
/linux/lib/
H A Dusercopy.c26 return _inline_copy_to_user(to, from, n); in _copy_to_user()
/linux/include/linux/
H A Duaccess.h199 _inline_copy_to_user(void __user *to, const void *from, unsigned long n) in _inline_copy_to_user() function
234 return _inline_copy_to_user(to, from, n); in copy_to_user()