Searched refs:__generic_copy_to_user (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/m68k/lib/
H A Duaccess.c56 unsigned long __generic_copy_to_user(void __user *to, const void *from, function
98 EXPORT_SYMBOL(__generic_copy_to_user); variable
/linux-master/arch/m68k/include/asm/
H A Duaccess.h183 unsigned long __generic_copy_to_user(void __user *to, const void *from, unsigned long n);
359 return __generic_copy_to_user(to, from, n);
378 return __generic_copy_to_user(to, from, n);

Completed in 110 milliseconds