Searched refs:__generic_copy_to_user (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/arch/m68k/lib/ |
| D | uaccess.c | 56 unsigned long __generic_copy_to_user(void __user *to, const void *from, in __generic_copy_to_user() function 98 EXPORT_SYMBOL(__generic_copy_to_user);
|
| /Linux-v5.10/arch/m68k/include/asm/ |
| D | uaccess.h | 186 unsigned long __generic_copy_to_user(void __user *to, const void *from, unsigned long n); 359 return __generic_copy_to_user(to, from, n); in __constant_copy_to_user() 378 return __generic_copy_to_user(to, from, n); in raw_copy_to_user()
|
| /Linux-v5.10/Documentation/translations/it_IT/kernel-hacking/ |
| D | hacking.rst | 833 __generic_copy_to_user((to),(from),(n)))
|
| /Linux-v5.10/Documentation/kernel-hacking/ |
| D | hacking.rst | 792 __generic_copy_to_user((to),(from),(n)))
|