Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dx8664_ksyms_64.c38 EXPORT_SYMBOL(_copy_to_user);
/linux-4.4.14/arch/x86/lib/
Dusercopy_32.c658 unsigned long _copy_to_user(void __user *to, const void *from, unsigned n) in _copy_to_user() function
664 EXPORT_SYMBOL(_copy_to_user);
Dcopy_user_64.S19 ENTRY(_copy_to_user)
31 ENDPROC(_copy_to_user)
/linux-4.4.14/arch/x86/include/asm/
Duaccess.h652 unsigned long __must_check _copy_to_user(void __user *to, const void *from,
736 n = _copy_to_user(to, from, n); in copy_to_user()