Home
last modified time | relevance | path

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

/linux/rust/helpers/
H A Duaccess.c21 return _inline_copy_from_user(to, from, n); in rust_helper__copy_from_user()
/linux/lib/
H A Dusercopy.c18 return _inline_copy_from_user(to, from, n); in _copy_from_user()
/linux/include/linux/
H A Duaccess.h166 _inline_copy_from_user(void *to, const void __user *from, unsigned long n) in _inline_copy_from_user() function
221 return _inline_copy_from_user(to, from, n); in copy_from_user()