Searched refs:copy_to_user_fixup (Results 1 – 2 of 2) sorted by relevance
47 unsigned long copy_to_user_fixup(void __user *to, const void *from, unsigned long size) in copy_to_user_fixup() function53 EXPORT_SYMBOL(copy_to_user_fixup);
265 unsigned long copy_to_user_fixup(void __user *to, const void *from,273 ret = copy_to_user_fixup(to, from, size); in copy_to_user()