Home
last modified time | relevance | path

Searched refs:copy_to_user_fixup (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/sparc/lib/
Duser_fixup.c47 unsigned long copy_to_user_fixup(void __user *to, const void *from, unsigned long size) in copy_to_user_fixup() function
53 EXPORT_SYMBOL(copy_to_user_fixup);
/linux-4.4.14/arch/sparc/include/asm/
Duaccess_64.h265 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()