Home
last modified time | relevance | path

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

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