Searched refs:__constant_copy_to_user (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/m68k/include/asm/ |
| A D | uaccess.h | 326 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) in __constant_copy_to_user() function 387 return __constant_copy_to_user(to, from, n); in raw_copy_to_user()
|
| /linux/Documentation/translations/zh_CN/kernel-hacking/ |
| A D | hacking.rst | 669 __constant_copy_to_user((to),(from),(n)) : \
|
| /linux/Documentation/kernel-hacking/ |
| A D | hacking.rst | 791 __constant_copy_to_user((to),(from),(n)) : \
|
| /linux/Documentation/translations/it_IT/kernel-hacking/ |
| A D | hacking.rst | 832 __constant_copy_to_user((to),(from),(n)) : \
|
Completed in 13 milliseconds