Searched refs:__generic_copy_to_user (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/i386/lib/ |
D | usercopy.c | 15 __generic_copy_to_user(void *to, const void *from, unsigned long n) in __generic_copy_to_user() function 47 __generic_copy_to_user(void *to, const void *from, unsigned long n) in __generic_copy_to_user() function
|
/linux-2.4.37.9/include/asm-m68k/ |
D | uaccess.h | 199 __generic_copy_to_user(void *to, const void *from, unsigned long n) in __generic_copy_to_user() function 763 __generic_copy_to_user(to, from, n))
|
/linux-2.4.37.9/include/asm-i386/ |
D | uaccess.h | 662 unsigned long __generic_copy_to_user(void *, const void *, unsigned long); 714 __generic_copy_to_user((to),(from),(n)))
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | i386_ksyms.c | 108 EXPORT_SYMBOL(__generic_copy_to_user);
|
/linux-2.4.37.9/include/asm-cris/ |
D | uaccess.h | 378 __generic_copy_to_user(void *to, const void *from, unsigned long n) in __generic_copy_to_user() function 960 ret = __generic_copy_to_user(to, from, n); in __constant_copy_to_user() 1011 __generic_copy_to_user(to, from, n))
|