Searched refs:copy_to_user_pt (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/lib/
H A Duaccess.h19 extern size_t copy_to_user_pt(size_t, void __user *, const void *);
H A Duaccess_pt.c195 size_t copy_to_user_pt(size_t n, void __user *to, const void *from) function
468 .copy_to_user = copy_to_user_pt,
469 .copy_to_user_small = copy_to_user_pt,
H A Duaccess_std.c117 return copy_to_user_pt(size, ptr, x);

Completed in 42 milliseconds