Searched refs:__copy_from_user_ll (Results 1 - 2 of 2) sorted by relevance

/arch/x86/include/asm/
H A Duaccess_32.h15 unsigned long __must_check __copy_from_user_ll
155 return __copy_from_user_ll(to, from, n);
/arch/x86/lib/
H A Dusercopy_32.c583 unsigned long __copy_from_user_ll(void *to, const void __user *from, function
594 EXPORT_SYMBOL(__copy_from_user_ll); variable

Completed in 77 milliseconds