Searched refs:_copy_to_user (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
H A Dx8664_ksyms_64.c38 EXPORT_SYMBOL(_copy_to_user); variable
/linux-4.1.27/arch/x86/lib/
H A Dcopy_user_64.S44 ENTRY(_copy_to_user)
58 ENDPROC(_copy_to_user)
H A Dusercopy_32.c657 unsigned long _copy_to_user(void __user *to, const void *from, unsigned n) _copy_to_user() function
663 EXPORT_SYMBOL(_copy_to_user); variable
/linux-4.1.27/arch/x86/include/asm/
H A Duaccess.h647 unsigned long __must_check _copy_to_user(void __user *to, const void *from,
731 n = _copy_to_user(to, from, n); copy_to_user()

Completed in 154 milliseconds