Searched defs:__copy_to_user (Results 1 – 2 of 2) sorted by relevance
41 #define __copy_to_user(...) copy_to_user(__VA_ARGS__) macro
309 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function