Home
last modified time | relevance | path

Searched refs:copy_to_user_small (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/s390/include/asm/
Duaccess.h81 size_t (*copy_to_user_small)(size_t, void __user *, const void *); member
100 size = uaccess.copy_to_user_small(size, ptr, x); in __put_user_fn()
212 return uaccess.copy_to_user_small(n, to, from); in __copy_to_user()
/linux-2.6.39/arch/s390/lib/
Duaccess_mvcos.c207 .copy_to_user_small = copy_to_user_std,
220 .copy_to_user_small = copy_to_user_mvcos,
Duaccess_std.c312 .copy_to_user_small = copy_to_user_std,
Duaccess_pt.c397 .copy_to_user_small = copy_to_user_pt,