Home
last modified time | relevance | path

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

12

/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
/arch/unicore32/include/asm/
Duaccess.h21 #define __copy_to_user __copy_to_user macro
/arch/um/include/asm/
Duaccess.h35 #define __copy_to_user __copy_to_user macro
/arch/parisc/lib/
Dmemcpy.c39 unsigned long __copy_to_user(void __user *dst, const void *src, in __copy_to_user() function
/arch/x86/include/asm/
Duaccess_32.h60 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
Duaccess_64.h179 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user() function
/arch/hexagon/include/asm/
Duaccess.h77 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) macro
/arch/arc/include/asm/
Duaccess.h731 #define __copy_to_user(t, f, n) __arc_copy_to_user(t, f, n) macro
747 #define __copy_to_user(t, f, n) arc_copy_to_user_noinline(t, f, n) macro
/arch/m68k/include/asm/
Duaccess_no.h131 #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
/arch/s390/lib/
Duaccess.c179 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/arch/sparc/include/asm/
Duaccess_64.h210 #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
/arch/um/kernel/skas/
Duaccess.c162 long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/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
/arch/sh/include/asm/
Duaccess.h121 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/arch/blackfin/include/asm/
Duaccess.h177 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/arch/metag/include/asm/
Duaccess.h242 #define __copy_to_user(to, from, n) __copy_user(to, from, n) macro
/arch/score/include/asm/
Duaccess.h334 #define __copy_to_user(to, from, len) \ macro
/arch/frv/include/asm/
Duaccess.h285 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/arch/openrisc/include/asm/
Duaccess.h263 #define __copy_to_user(to, from, size) \ macro
/arch/mn10300/include/asm/
Duaccess.h451 #define __copy_to_user(to, from, n) \ macro
/arch/microblaze/include/asm/
Duaccess.h382 #define __copy_to_user(to, from, n) \ macro
/arch/cris/include/asm/
Duaccess.h409 #define __copy_to_user(to, from, n) \ macro
/arch/m32r/include/asm/
Duaccess.h585 #define __copy_to_user(to, from, n) \ macro

12