Home
last modified time | relevance | path

Searched defs:__copy_to_user (Results 1 – 25 of 32) sorted by relevance

12

/linux-3.3/arch/c6x/include/asm/
Duaccess.h61 static inline __must_check long __copy_to_user(void __user *to, in __copy_to_user() function
97 #define __copy_to_user __copy_to_user macro
/linux-3.3/arch/unicore32/include/asm/
Duaccess.h22 #define __copy_to_user __copy_to_user macro
/linux-3.3/arch/hexagon/include/asm/
Duaccess.h76 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) macro
/linux-3.3/arch/arm/lib/
Duaccess_with_memcpy.c107 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-3.3/arch/x86/include/asm/
Duaccess_32.h82 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
Duaccess_64.h115 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user() function
/linux-3.3/arch/um/include/asm/
Duaccess.h124 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/linux-3.3/arch/h8300/include/asm/
Duaccess.h117 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/linux-3.3/arch/avr32/include/asm/
Duaccess.h80 static inline __kernel_size_t __copy_to_user(void __user *to, const void *from, in __copy_to_user() function
/linux-3.3/include/asm-generic/
Duaccess.h108 static inline __must_check long __copy_to_user(void __user *to, in __copy_to_user() function
/linux-3.3/arch/sh/include/asm/
Duaccess.h114 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-3.3/arch/m68k/include/asm/
Duaccess_no.h134 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
Duaccess_mm.h371 #define __copy_to_user(to, from, n) \ macro
/linux-3.3/arch/sparc/include/asm/
Duaccess_64.h239 #define __copy_to_user copy_to_user macro
Duaccess_32.h258 static inline unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-3.3/arch/blackfin/include/asm/
Duaccess.h184 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/linux-3.3/arch/parisc/include/asm/
Duaccess.h237 #define __copy_to_user copy_to_user macro
/linux-3.3/arch/frv/include/asm/
Duaccess.h281 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-3.3/arch/microblaze/include/asm/
Duaccess.h373 #define __copy_to_user(to, from, n) \ macro
/linux-3.3/arch/score/include/asm/
Duaccess.h326 #define __copy_to_user(to, from, len) \ macro
/linux-3.3/arch/tile/include/asm/
Duaccess.h298 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-3.3/arch/s390/include/asm/
Duaccess.h210 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-3.3/arch/openrisc/include/asm/
Duaccess.h268 #define __copy_to_user(to, from, size) \ macro
/linux-3.3/arch/xtensa/include/asm/
Duaccess.h422 #define __copy_to_user(to,from,n) __generic_copy_to_user_nocheck((to),(from),(n)) macro
/linux-3.3/arch/mn10300/include/asm/
Duaccess.h472 #define __copy_to_user(to, from, n) \ macro

12