Searched refs:_inline_copy_from_user (Results 1 – 3 of 3) sorted by relevance
21 return _inline_copy_from_user(to, from, n); in rust_helper__copy_from_user()
18 return _inline_copy_from_user(to, from, n); in _copy_from_user()
166 _inline_copy_from_user(void *to, const void __user *from, unsigned long n) in _inline_copy_from_user() function221 return _inline_copy_from_user(to, from, n); in copy_from_user()