Searched refs:__generic_copy_to_user (Results 1 – 5 of 5) sorted by relevance
/linux/arch/m68k/lib/ |
A 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/arch/m68k/include/asm/ |
A D | uaccess.h | 193 unsigned long __generic_copy_to_user(void __user *to, const void *from, unsigned long n); 369 return __generic_copy_to_user(to, from, n); in __constant_copy_to_user() 388 return __generic_copy_to_user(to, from, n); in raw_copy_to_user()
|
/linux/Documentation/translations/zh_CN/kernel-hacking/ |
A D | hacking.rst | 670 __generic_copy_to_user((to),(from),(n)))
|
/linux/Documentation/kernel-hacking/ |
A D | hacking.rst | 792 __generic_copy_to_user((to),(from),(n)))
|
/linux/Documentation/translations/it_IT/kernel-hacking/ |
A D | hacking.rst | 833 __generic_copy_to_user((to),(from),(n)))
|
Completed in 10 milliseconds