Searched refs:__generic_copy_to_user_nocheck (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/asm-i386/ |
D | uaccess.h | 435 __generic_copy_to_user_nocheck(void *to, const void *from, unsigned long n) in __generic_copy_to_user_nocheck() function 754 __generic_copy_to_user_nocheck((to),(from),(n)))
|
/linux-2.4.37.9/include/asm-cris/ |
D | uaccess.h | 1024 __generic_copy_to_user_nocheck(void *to, const void *from, unsigned long n) in __generic_copy_to_user_nocheck() function 1037 #define __copy_to_user(to,from,n) __generic_copy_to_user_nocheck((to),(from),(n))
|