Searched refs:raw_copy_to_user (Results 1 – 2 of 2) sorted by relevance
| /include/asm-generic/ |
| A D | uaccess.h | 89 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function 137 return unlikely(raw_copy_to_user(ptr, x, size)) ? -EFAULT : 0; in __put_user_fn()
|
| /include/linux/ |
| A D | uaccess.h | 136 return raw_copy_to_user(to, from, n); in __copy_to_user_inatomic() 147 return raw_copy_to_user(to, from, n); in __copy_to_user() 197 n = raw_copy_to_user(to, from, n); in _inline_copy_to_user()
|
Completed in 5 milliseconds