Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Duaccess_64.h102 int __copy_to_user_nocheck(void __user *dst, const void *src, unsigned size) in __copy_to_user_nocheck() function
148 return __copy_to_user_nocheck(dst, src, size); in __copy_to_user()
213 return __copy_to_user_nocheck(dst, src, size); in __copy_to_user_inatomic()