Searched refs:__copy_to_user (Results 1 – 2 of 2) sorted by relevance
71 #define __copy_to_user(to,from,n) (memcpy((void __force *)to, from, n), 0) macro74 #define __copy_to_user_inatomic __copy_to_user
79 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __c… macro