Searched refs:__copy_tofrom_user (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Duaccess.h233 extern int __copy_tofrom_user(void *to, const void *from, unsigned long size);
241 return __copy_tofrom_user(to, from, n);
244 return __copy_tofrom_user(to, from, n - over) + over;
255 return __copy_tofrom_user(to, from, n);
258 return __copy_tofrom_user(to, from, n - over) + over;
264 __copy_tofrom_user((to), (from), (size))
266 __copy_tofrom_user((to), (from), (size))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Duaccess.h198 extern unsigned long __copy_tofrom_user(void *to, const void *from, unsigned long size);
206 return __copy_tofrom_user(to, from, n);
209 return __copy_tofrom_user(to, from, n - over) + over;
220 return __copy_tofrom_user(to, from, n);
223 return __copy_tofrom_user(to, from, n - over) + over;
229 __copy_tofrom_user((to), (from), (size))
231 __copy_tofrom_user((to), (from), (size))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Duaccess.h233 extern int __copy_tofrom_user(void *to, const void *from, unsigned long size);
241 return __copy_tofrom_user(to, from, n);
244 return __copy_tofrom_user(to, from, n - over) + over;
255 return __copy_tofrom_user(to, from, n);
258 return __copy_tofrom_user(to, from, n - over) + over;
264 __copy_tofrom_user((to), (from), (size))
266 __copy_tofrom_user((to), (from), (size))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Duaccess.h198 extern unsigned long __copy_tofrom_user(void *to, const void *from, unsigned long size);
206 return __copy_tofrom_user(to, from, n);
209 return __copy_tofrom_user(to, from, n - over) + over;
220 return __copy_tofrom_user(to, from, n);
223 return __copy_tofrom_user(to, from, n - over) + over;
229 __copy_tofrom_user((to), (from), (size))
231 __copy_tofrom_user((to), (from), (size))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Duaccess.h237 #define copy_to_user(to,from,n) __copy_tofrom_user((to), (from), (n), 1)
238 #define copy_from_user(to,from,n) __copy_tofrom_user((to), (from), (n), 0)
240 #define __copy_tofrom_user(to,from,n,check_to) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Duaccess.h237 #define copy_to_user(to,from,n) __copy_tofrom_user((to), (from), (n), 1)
238 #define copy_from_user(to,from,n) __copy_tofrom_user((to), (from), (n), 0)
240 #define __copy_tofrom_user(to,from,n,check_to) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Duaccess.h368 __copy_tofrom_user(void *to, const void *from, long len, const void *validate) function
393 return __copy_tofrom_user(to, from, n, to);
399 return __copy_tofrom_user(to, from, n, from);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Duaccess.h368 __copy_tofrom_user(void *to, const void *from, long len, const void *validate) function
393 return __copy_tofrom_user(to, from, n, to);
399 return __copy_tofrom_user(to, from, n, from);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dppc_ksyms.c134 EXPORT_SYMBOL(__copy_tofrom_user); variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dppc_ksyms.c140 EXPORT_SYMBOL(__copy_tofrom_user); variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/lib/
H A Dstring.S415 .globl __copy_tofrom_user
416 __copy_tofrom_user: label
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/lib/
H A Dstring.S304 _GLOBAL(__copy_tofrom_user)

Completed in 131 milliseconds