Searched refs:__constant_copy_to_user (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/m68k/include/asm/ |
H A D | uaccess.h | 316 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) in __constant_copy_to_user() function 377 return __constant_copy_to_user(to, from, n); in raw_copy_to_user()
|
/openbmc/linux/Documentation/translations/zh_CN/kernel-hacking/ |
H A D | hacking.rst | 668 __constant_copy_to_user((to),(from),(n)) : \
|
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/ |
H A D | hacking.rst | 829 __constant_copy_to_user((to),(from),(n)) : \
|
/openbmc/linux/Documentation/kernel-hacking/ |
H A D | hacking.rst | 790 __constant_copy_to_user((to),(from),(n)) : \
|