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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Duaccess.h12 extern size_t copy_to_user_std(size_t, void __user *, const void *);
H A Duaccess_mvcos.c110 return copy_to_user_std(size, ptr, x);
206 .copy_to_user_small = copy_to_user_std,
H A Duaccess_std.c82 size_t copy_to_user_std(size_t size, void __user *ptr, const void *x) function
118 return copy_to_user_std(size, ptr, x);
312 .copy_to_user_small = copy_to_user_std,

Completed in 103 milliseconds