__generic_copy_to_user 183 arch/m68k/include/asm/uaccess_mm.h unsigned long __generic_copy_to_user(void __user *to, const void *from, unsigned long n); __generic_copy_to_user 356 arch/m68k/include/asm/uaccess_mm.h return __generic_copy_to_user(to, from, n); __generic_copy_to_user 375 arch/m68k/include/asm/uaccess_mm.h return __generic_copy_to_user(to, from, n); __generic_copy_to_user 98 arch/m68k/lib/uaccess.c EXPORT_SYMBOL(__generic_copy_to_user);