Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/lib/
Duaccess_std.c82 size_t copy_to_user_std(size_t size, void __user *ptr, const void *x) in copy_to_user_std() function
118 return copy_to_user_std(size, ptr, x); in copy_to_user_std_check()
312 .copy_to_user_small = copy_to_user_std,
Duaccess_mvcos.c110 return copy_to_user_std(size, ptr, x); in copy_to_user_mvcos_check()
207 .copy_to_user_small = copy_to_user_std,
Duaccess.h12 extern size_t copy_to_user_std(size_t, void __user *, const void *);